开发者

Video Streaming, allow streaming only through the Player and prevent download

开发者 https://www.devze.com 2023-02-06 16:45 出处:网络
I m working on a video streaming application. The application is ready and working well. In the final check I m visualiz开发者_高级运维ing a scenario where a valid user can download the video rather t

I m working on a video streaming application. The application is ready and working well. In the final check I m visualiz开发者_高级运维ing a scenario where a valid user can download the video rather than playing at player.

I want to prevent the download and allow streaming via player. I m not worried about screen capture and other methods.

Thanks


You need a streaming server like red5 http://red5.org/ you cannot disallow stream download without a true streaming server. you can host you video on a streaming service too ( no server set up , but a fee according to the bandwith ).

0

精彩评论

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