Embed a private video from my Youtube channel on my site

2

I would like to embed a video defined as private on my site that is on my youtube channel on my site.

Reading the Youtube documentation I believe is Data API or the Player API

My goal is to make them see the video / livestream just from my site, even "forcing" the user to visit my page, even if it has the video link.

    
asked by anonymous 03.06.2014 / 17:45

2 answers

2

The solution I found was:

1) Change the video setting from private to unlisted.

2) Create a flash to encapsulate and hide broadcast video from Youtube. Since Flash calls a PHP that brings the URL of the video if the request is accepted. This is for if the guy decompiles the flash not knowing the URL of the flash.

    
04.06.2014 / 14:06
0

You can do the following:

Access your Video Manager.

Locate the video you want to change and click the Edit button.

In the "Privacy Settings" drop-down menu, select Unlisted

Click Save Changes.

With this it will not be listed on your channel so that the person can watch the video, he will need to use the link when you add the video on his site, pass the link to the player that will surely work.     

03.06.2014 / 18:39