-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to embed a livestream permanent link? #254
Comments
@izbpletsch The YouTube Player API only supports referencing videos by the |
Any update regarding this? I need to do this, but I can't find the way. |
any update on this? |
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. |
I believe youtube API has only 100 free hits. why pay for something that is free |
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 |
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?
The text was updated successfully, but these errors were encountered: