-
Notifications
You must be signed in to change notification settings - Fork 897
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
Fix live streams buffering endlessly #6019
Fix live streams buffering endlessly #6019
Conversation
I can't play any live stream on IV API (local is fine |
@PikachuEXE Could you please try again, it probably just received some invalid data. |
Same results |
It taking a long time is pretty much expected, as Invidious instances are currently quite overloaded and as we have to convert the URLs back to something shaka-player can actually use but Invidious then redirects us back to the original ones (if we use the original ones playback won't even start). The fix would have to happen on the Invidious side, either they remove the redirect and handle the URL as is or stop converting the URLs into something that shaka-player can't handle. |
I still can't test (same error) for some reason with VPN on/off |
@PikachuEXE Does the same issue happen for you on the development branch? If yes then it is not caused by this pull requests and considering that various users on the linked issue confirmed that it fixed the problem for them and they weren't getting transmuxing problems, I think it shouldn't be blocking for this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't access live stream in dev too
Just ship it
Fix live streams buffering endlessly
Pull Request Type
Related issue
closes #5962
Description
This pull request fixes live stream playback breaking after a while, resulting in the player buffering endlessly.
Screenshots
Testing
Affects both backends for some users but in my case just Invidious, so I'm going to recommend testing with Invidious here.
Desktop