Flash 播放器禁止下载 flv 文件

发布于 2024-12-18 15:37:23 字数 403 浏览 2 评论 0原文

我们有一个视频流媒体网站,公司决定对部分视频内容进行付费。

因此,我们建立了一个经过身份验证的区域并完成了所有付款问题,现在我们进入安全部分。

这些视频的扩展名为 .flv,我想限制它们的下载。

我知道限制对于 Flash 播放器和 flv 文件来说是不可能的,这是一个客户端问题,但至少可以说我想让视频下载的时间尽可能长和复杂。

视频下载有很多选项,因此我想要禁用

  • Realplayer 下载、
  • Chrome 和 Firefox 扩展
  • 以及任何其他可以轻松访问视频的方式。

我的另一个选择(很难再次经历)将原始 .mov 重新编码为其他更安全的格式。

我正在使用开源的 JWplayer。

We have a video streaming website, and the company decided to make some of the video content paid.

So we built an authenticated area and finalized all the payment issues, and now we are down to the security part.

The videos have a .flv extension, and I want restrict their downloads.

I know restriction is kind of impossible for flash players and flv files, it's a client side issue, but the least to say I want to make it as long and complicated as possible for the videos to download.

There are alot of options for video download so I want a to disable the

  • Realplayer download,
  • Chrome and firefox extensions,
  • and any other way that can easily access the video.

My other option (very hard to go through again) to re-encode the original .mov to some other format that can be a bit more secure.

I am using the open source JWplayer.

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

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

发布评论

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

评论(1

昔日梦未散 2024-12-25 15:37:23

我是在一个网络中使用两台服务器完成的。其中之一是公共服务器。我编写了小型 php 媒体代理,因此媒体文件的链接可以通过它(您现在可以检查请求来自哪里)。数据服务器(带有媒体文件)具有内部IP(非公开),如果有人尝试直接获取媒体文件,将会失败。
我认为如果您有自己的服务器,这是一个很好的解决方案。
如果您只有一台服务器媒体代理就足够了,但可以轻松地从具有丰富知识的人那里追踪到。

I made it with 2 servers in one network. One of them is public server. I wrote small php media proxy, so the links to the media files go trough it (you can now to check where are requests from). The data server (with the media files) is with internal ip(not public) and if someone tries to get the media file directly, will fail.
I think this is good solution if you have own servers.
If you have only one server media proxy is good enough, but can be easly traced from man with good knoledge.

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