Embed a private video from my YouTube channel on my website

I would like to embed on my website a video set to Private that is on my youtube channel.

Reading the YouTube documentation I believe it is the Data API or the player API

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

Author: Bruno Augusto, 2014-06-03

2 answers

The solution I found was:

1) change the video setting from private to unlisted.

2) Create a flash to encapsulate and hide streaming Youtube video. Flash calls a PHP that brings the URL of the video if the request is accepted. This serves to if the guy decompiles The flash does not know what the URL of the same.

 2
Author: Iago Leão, 2014-09-09 22:56:18

You can do the following:

Go To Your Video Manager.

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

From the "privacy settings" drop-down menu, select unlisted

Click Save Changes.

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

 0
Author: IMoonBlackI, 2014-06-03 16:39:25