-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Not able to embed permanent live url link in youtube #1033
Comments
using the permanent live URL results in playing a weird playlist I entered this URL: any idea what is going on here? |
Not sure if this is related, but I do get an old version of the stream when I enter such URL. It loads fine but displays something different (from the past) than what I would get if I open the url in the browser directly.
|
Seems like the JS API does not support these methods. The only solution I found online is from this stackoverflow thread (2017) that suggests creating an iframe with the constructed url and passing that to the YT instance instance instead of an empty div: https://stackoverflow.com/questions/47241553/youtube-iframe-api-for-live-videos
|
Be sure to search for your issue before opening a new one.
Current Behavior
Not able to use permanent live url from youtube i.e https://www.youtube-nocookie.com/embed/live_stream?channel=UC6K7yzj2kV3v3sASdaYCY0Q although i am able to embed the same with iframe
Expected Behavior
I should be able to use permanent live embed
Steps to Reproduce
Just put https://www.youtube-nocookie.com/embed/live_stream?channel=UC6K7yzj2kV3v3sASdaYCY0Q in mediaurl and it will not work but with iframe this works
Environment
Other Information
No
The text was updated successfully, but these errors were encountered: