阻止下载 .mov 视频

发布于 2024-08-19 10:37:37 字数 53 浏览 1 评论 0原文

使用 JQuery Media Plugin 显示 .mov 视频时如何阻止下载 .mov?

How do I prevent download of .mov when using JQuery Media Plugin to show .mov vidoes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

尽揽少女心 2024-08-26 10:37:37

你不能。如果用户可以在线观看任何视频,那么您无论如何都会将视频发送给他们,并且他们会下载它。 查看此答案< /a> 以获得更详细的解释。

You can't. If the user can watch any video online then you're sending the video to them anyway and they are downloading it. See this answer for a more detailed explanation.

只怪假的太真实 2024-08-26 10:37:37

你不能在客户端。您必须在服务器端停止下载。

JQuery 是一个 JavaScript 框架。客户端可以在 JavaScript 中看到的任何内容,他们都可以禁用或更改。

You can't on the client side. You have to stop the download on the server side.

JQuery is a JavaScript Framework. Anything the client can see in JavaScript, they can disable or change.

一腔孤↑勇 2024-08-26 10:37:37

一旦视频显示在浏览器上,视频就不受您控制了。
控制这一点的唯一方法是修改客户端使用的视频播放器插件,以便在传送视频之前与您的网络服务器交换一些握手消息。这可以部分帮助但仍然不能完全解决问题。

-一个

Once the video is shown on the browser, the video is out of your hand.
The only way to control this is modifying the video player plugin used at client side to exchange a few handshaking messages with your web server before delivering the video. This can partially help but still doesn't resolve the issue completely.

-A

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文