Hide youtube link

Asked

Viewed 4,404 times

1

I’m developing a video course system. I wonder if there is any way to take a video from youtube, and put on the site in a way that the user can not (difficult) view the youtube link, so that can not share with other people. Thank you!

  • 1

    Download the video and upload to your website...

  • Make video private on Youtube and free access only to users you want to see. Then cry out in anger and cut your wrists when the first of them discover a browser plugin that allows you to download your video. You will only be able to "hinder" users if they are over 50 years old and do not know the difference between 'Internet' and 'Internet Explorer'.

  • "My goal with the proposal to disable the user’s ability to reach Youtube is to keep content protected." This sounds like "My goal in getting the gasoline in a plastic bag to the car instead of letting my client go to the station is to keep the gasoline protected."

3 answers

1


You can disable Youtube options such as the header and footer with the logo and block the right-click action. Of course, even then the user will have access to the link via inspect element.

Working with streaming is complicated because although you shield, as the data is moving to the user’s machine, there are ways to capture. For example, Real Player or certain Firefox extensions.

  • But the source code would give him full access!

  • Exactly, as I commented above. The point is that even shielding the source code, one can capture the content transmitted via streaming. A single question. Would it be so necessary for you to create this protection? Ever wondered if the target audience would intend to share or even knowledge for such?

  • Are courses of EAD!

0

You can encrypt the link, and put a PHP script to decrypt the link and redirect the user into it, so the person sees a link like redir.php? id=xmslskdS0dd1....

0

It comes out easier to host paid videos, indicating URL where it can be displayed, even so you need to put passwords in each video if someone downloads by apps need figured out the password. See an example on video: https://vimeo.com/344205263 (When prompted for password: beginner)

Browser other questions tagged

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