-
Notifications
You must be signed in to change notification settings - Fork 59
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
Extension doesn't work with livestreaming. #14
Comments
streamlink doesn't provide audio only in youtube live. |
bug fix or whatever |
I intercept all the requests sent by the chrome and get the audio stream's URL. Then I replace the youtube player's source with that stream's URL.
That's good to know! |
I know that, I mean how you know what url parameters to set. After more tests, not all live supports audio. There are still some youtube plugin bugs in streamlink. |
I remove the URL parameters which are responsible for requesting partial content from youtube. |
Still doesn't support livestreaming now? I try to play a live and will response a error on youtube |
Hi, Sorry to ask it again but any news on how we can listen to live youtube with this extension? or did you fix it? |
Hi @arminmacx, No it hasn't been fixed. On the side note, in case anyone is interested in fixing it, I can add technical details I found just now from the live streaming requests. This extension doesn't work for the live youtube because we can't get one audio stream link for live streams. The streams are being served in segments of few seconds. Those segments are specified by sequence no.
This sequence no. is specified using |
It will required good amount of DOM manipulation related to Youtube's player. Instead I would suggest just disabling this extension programmatically on the live videos so that it doesn't involve bad UX. |
Just what title says. Simply works for some moments but... give a try and you will know what happens.
The text was updated successfully, but these errors were encountered: