secure streaming of videos

只愿长相守 提交于 2019-12-01 11:56:59

问题


im using jwplayer i want the users to view the videos but not download them generating hashed url of videos was the one i found to do it im using lighttpd mod on the server that creates the hash, and using it i create the url for the videos timeout : expire every 30 minutes from when hash is created

the problems comes when i play the videos the second time

the page loads as follows: the page loads, there are currently 2 videos that show on each page, a div is created for each of the videos where the jwplayer installs itself, the video plays when the thumbnails for the videos are clicked each time, then the div loads in a lightbox/overlay and the videos are supposed to play

each video on the page plays the first time, but not the subsequent times, it gives the error that it cannot find the file


回答1:


mod_fast_secure_download is some way you can go. users still will be able in theory to download.

I have similar issue, but I try to do lighty to hit a script after video is downloaded




回答2:


I have been using StreamingVideoProvider and can surely say security and protection is their key strength. They have a very strong HLS encryption ( including cookie and IP hotlinking protection ) which I highly recommend. You can check below:

http://www.streamingvideoprovider.com/video-hls-encryption-hotlinking.html



来源:https://stackoverflow.com/questions/7738951/secure-streaming-of-videos

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!