Mobile app version of vmapp.org
Login or Join
Megan663

: Protecting video being from downloaded First of all I know that I can't protect it completely but can you give me any tips to make it as secure as possible? And second thing I plan to store

@Megan663

Posted in: #Php #Protection #Streaming

First of all I know that I can't protect it completely but can you give me any tips to make it as secure as possible? And second thing I plan to store videos in seperate dedicated server and is it possible to protect it's actual location 100%? In other words even if user will be able to download can I hide servers ip and etc.?
Website is running on php.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

2 Comments

Sorted by latest first Latest Oldest Best

 

@Alves908

And second thing I plan to store videos in seperate dedicated server and is it possible to protect it's actual location?


Following on from grgarside's answer... the client would make a request to the first server. The first server then makes the request to the separate media server and returns the response to the client. The client at no point connects directly with the media server, so is unaware of its existence (IP address, etc.)

10% popularity Vote Up Vote Down


 

@Candy875

Use temporary resource URLs that only work once. Have the server generate unique URLs that can only be used once and only be generated by using the player on the intended player page.

For more information, see Stack Overflow:

stackoverflow.com/questions/9756837/prevent-html5-video-from-being-downloaded-right-click-saved

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme