-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
BufferStalledError from the demo #4826
Comments
According to the logs the buffer is provisioned. The stall is likely reported because the player is observing that currentTime has not changed for more than a certain threshold. |
ok so does it mean the player is too much redundant? |
This means that the stall event was fired at 12.9s of playback with 87 seconds of buffer available by |
I've observed similar behavior in Chrome 107-108. It might be related to JavaScript throttling or some other internal issue. Restarting Chrome clears things up. |
@robwalch |
it's possible |
do you think a compromise can be done from the code? I close the issue? |
Marking as resolved by #6941. |
What version of Hls.js are you using?
LAST
What browser (including version) are you using?
All browsers
What OS (including version) are you using?
All OS
Test stream
https://hls-js-bbdf933d-da48-407d-aaf3-68cc4ee058e7.netlify.app/demo/?src=https%3A%2F%2Ftest-streams.mux.dev%2Fx36xhzz%2Fx36xhzz.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
Play demo without changes
....
Expected behaviour
buffer must be filled better
What actually happened?
I tested the demo with the first video on the list and the rest untouched and I get bufferStalledError on all browsers last vevrsion
on a 100Mb/s line where I everyday watch multiple simultaneous HD streaming from YT
any clue why I get so many buffer error?
Console output
Chrome media internals output
No response
The text was updated successfully, but these errors were encountered: