-
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
Repeated QuotaExceededError #6529
Comments
Reproduction on video: |
I can reproduce the issue and will work on a fix to patch the latest release. In the meantime, setting |
* patch/v1.5.x: Reduce max buffer length in response to buffer full errors Fixes #6529
What version of Hls.js are you using?
v1.5.11
What browser (including version) are you using?
Chrome 126.0.6478.127
What OS (including version) are you using?
Windows 11
Test stream
https://hlsjs.video-dev.org/demo/?src=https%3A%2F%2Fsample-videos-zyrkp2nj.s3-eu-west-1.amazonaws.com%2Fbig-buck-bunny%2Fhls%2Fmaster.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==
Configuration
Additional player setup steps
HTML video element width
to240px
Alternatively, without the config:
Checklist
Steps to reproduce
Expected behaviour
Buffer size should be restricted on
QuotaExceededError
.What actually happened?
Due to playing very low bitrate video, the audio buffer overfills before reaching the limits of the video buffer. This leads to repeated
QuotaExceededErrors: Failed to execute 'appendBuffer' on 'SourceBuffer': The SourceBuffer is full, and cannot free space to append additional buffers.
being triggered, and the last audio segment being repeatedly downloaded.Console output
The text was updated successfully, but these errors were encountered: