开发者

prevent video from being downloaded [duplicate]

开发者 https://www.devze.com 2023-03-30 13:49 出处:网络
This question already has answers here: How to prevent downloading images and video files from my website?
This question already has answers here: How to prevent downloading images and video files from my website? (27 answers) 开发者_运维技巧 Closed 7 years ago.

I am using flowplayer for playing video and audio in a lightbox. I want to play the videos on the site but users should not be able to download it. The link to files should not be visible in the page source to use it to download it directly. For flowplayer they mention 2 modules lightppd and wowza but I have to make server side changes which I do not want to do. Is there any other way to do secure streaming of video content to the page to only play and not be able to download it?


If you want to play a video on a web page the user MUST download it to view it... Add-ons that allow you to download media content just scoop into the transfer and copy the downloaded data into a file.

Even IF you encrypt or secure the video content, the user is still able to download the video and may be able to crack the security at a later time.

Short answer, not possible.


Its one of my most voted answer. A webpage on remote users's machine is out of server's control. Anything on the page is on user's machine. That's the whole idea of web. Look here How to stop user from printing webpages? using javascript or jquery

0

精彩评论

暂无评论...
验证码 换一张
取 消