How to Stream Videos with PHP by Hiding Video URL

Asked

Viewed 608 times

0

I’m setting up my site, I want to put videos on it, the more the site stays in the hosting and the videos in a VPS server.

I also don’t want users to know the source link of the videos (stay hidden) and don’t have access to download them.

The language I’m looking for is in PHP.

I need help I’ve looked hard enough and nothing helped.

  • There is no way. If the browser accesses, the user accesses. And for the video streaming part itself you have to use something more serious than PHP (unless it’s a little server for half a dozen people access).

  • Either way there will have to be a link if you want the user to access via browser, of course. HTML5 supports the EME (Encrypted Media Extensions), but do not know much information, it is used by Netflix for example to hinder piracy.

  • It could pass some script link that I can use as a basis for study. .

  • It has to require authentication, set permissions, make the link to the video dynamic using a hash, etc. But "hide link" can’t.

  • I need something like the online courses they use. Where the video is played but there is no way to download the video. I have searched much more.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.