如何使除了播放器之外的视频下载变得困难

发布于 2024-10-18 11:13:31 字数 308 浏览 1 评论 0原文

我正在创建一个视频共享网站,例如 YouTube。我想让它很难将视频下载到您的硬盘上。我希望他们仍然能够像任何其他视频一样将视频下载到 F4Player 中。

我将这样做,以便当有人使用 ID 请求视频时,PHP 脚本使用该 ID 来查找视频的真实文件路径。然后 PHP 脚本传递视频,这样就没有人会找到视频的实际存储位置。我还设置了 htaccess,这样就没有人可以热链接到我的图像或视频。

我还能做什么?

编辑:如果这是获得我需要的东西的唯一方法,我愿意用 Java 制作自己的播放器而不是使用 F4layer,但我非常喜欢使用 F4Player。

I'm creating a video sharing website like YouTube. I want to make it so that it is difficult to download the videos to your hard drive. I want them to still be able to download the videos into F4Player just like any other video.

I am going to make it so that when somneone requests a video using the ID, a PHP script uses the ID to find the real filepath to the video. The PHP script then passes the video, that way no one will find where the video is actually stored. I also have htaccess set up so that no one can hotlink to my images or videos.

What else can I do?

EDIT: If it was the only way to get what I need I'd be wiling to make my own player in Java instead of using F4layer, but I strongly prefer using F4Player.

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

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

发布评论

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

评论(1

心是晴朗的。 2024-10-25 11:13:31

编写您自己的客户端浏览器插件,该插件将处理您与视频流的专有加密连接。

Write your own client side browser plugins, that would handle your proprietary encrypted connection to the video stream.

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