tjallingt / react-youtube

react.js powered YouTube player component
http://tjallingt.github.io/react-youtube/
MIT License
1.86k stars 222 forks source link

How to embed a livestream permanent link? #254

Open izabelpletsch opened 4 years ago

izabelpletsch commented 4 years ago

I want to embed a livestream using the permanent livestream link, that is "https://www.youtube.com/embed/live_stream?channel=CHANNELID". Unfortunatelly, everytime i try to do this i get the message "unavailable video". What can i do?

ruisaraiva19 commented 3 years ago

@izbpletsch The YouTube Player API only supports referencing videos by the videoId property, so permanent links aren't supported.

santi020k commented 2 years ago

Any update regarding this? I need to do this, but I can't find the way.

firofame commented 1 year ago

any update on this?

santi020k commented 1 year ago

In the end, what we did was manage that from the back with the youtube api and transform the data we had to the link that the front needs to make the representation and with sockets we manage the events of the player to inform the back about the behavior of the user regarding the video.

firofame commented 1 year ago

I believe youtube API has only 100 free hits. why pay for something that is free

santi020k commented 1 year ago

That already corresponds to the company to pay, but it was the best decision for us because in the future work it was much easier with that api