简体   繁体   English

保护网站免受盗版

[英]Protect Website Against Piracy

I have a membership website where I sell video content but I have found out that users are downloading the content. 我有一个会员网站,我在其中出售视频内容,但我发现用户正在下载该内容。 Although I had tried Amazon with cloudfront and firewall and now moved to vimeo pro, users are always able to download the content using various extensions for chrome or firefox. 尽管我曾在Cloudfront和防火墙上试用过Amazon,现在又转而使用vimeo pro,但用户始终可以使用适用于chrome或firefox的各种扩展来下载内容。

Is there a way that the website can detect such extensions and prevent the user from accessing the website? 网站是否可以检测到此类扩展名并阻止用户访问该网站? Maybe an overlay with a message would do the trick. 也许覆盖一条消息就能解决问题。

The website is in Wordpress, so any plugin or code would be highly appreciated. 该网站位于Wordpress中,因此非常感谢任何插件或代码。

Thanks for your help! 谢谢你的帮助!

The simple answer is that there is really no effective way to stop people downloading your videos, if you want them to be able to actually view them. 简单的答案是,如果您希望人们能够实际观看视频,那么实际上没有阻止他们下载视频的有效方法。

You can authenticate users and control access that way but even this does not stop authenticated users copying and sharing the video. 您可以通过这种方式对用户进行身份验证并控制访问权限,但是即使这样也不会阻止经过身份验证的用户复制和共享视频。

The usual approach is to accept it will be downloaded and use an encryption mechanism along with a key exchange mechanism which means that only people with the proper rights can see it - this is what the common DRM systems do. 通常的方法是接受将要下载的文件,并使用加密机制和密钥交换机制,这意味着只有具有适当权限的人才能看到它-这是普通DRM系统所做的。

Even with this, your protection level will depend on what you need to protect - if the video is an entertainment video and you just don't want people viewing it for free then this is likely a good enough solution for you. 即使这样,您的保护级别也将取决于您需要保护的内容-如果该视频是娱乐视频,并且您只是不想让人们免费观看,那么这对您来说可能是一个足够好的解决方案。 If your video contains sensitive information, eg company data etc, that you don't want anyone to know at all then even this won't stop someone simply pointing a camera at the screen and getting (albeit a low quality) copy. 如果您的视频中包含您根本不希望任何人知道的敏感信息(例如公司数据等),那么即使这样做也不会阻止某人仅仅将相机对准屏幕并获得(尽管质量较低)副本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM