Hide youtube link

1

I'm developing a video course system. I wonder if there is any way to get a YouTube video, and put it on the site in a way that the user can not (difficult) to view the YouTube link, so that they can not share it with others. Thanks!

    
asked by anonymous 26.05.2014 / 14:05

2 answers

1

You can disable YouTube options like the header and footer with the logo and block the right-click action. Of course, the user will still have access to the link via inspect element.

Working with streaming is tricky because even though you shield, how data is traveling to the user's machine, there are ways to capture. Such as Real Player or certain Firefox extensions.

    
26.05.2014 / 19:02
0

You can encrypt the link, and put a PHP script to decrypt the link and redirect the user inside this one, so the person will see a link type redir.php? id = xmslskdS0dd1 ....

    
26.05.2014 / 14:15