-
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
Same fragments loaded multiple times #6535
Closed
5 tasks done
mbUSC opened this issue
Jul 3, 2024
· 2 comments
· Fixed by anime-vsub/app#107, anime-vsub/app#108 or Tisankan/bemusic-spotify_clone#22 · May be fixed by anime-vsub/app#109
Closed
5 tasks done
Same fragments loaded multiple times #6535
mbUSC opened this issue
Jul 3, 2024
· 2 comments
· Fixed by anime-vsub/app#107, anime-vsub/app#108 or Tisankan/bemusic-spotify_clone#22 · May be fixed by anime-vsub/app#109
Milestone
Comments
mbUSC
added
Bug
Needs Triage
If there is a suspected stream issue, apply this label to triage if it is something we should fix.
labels
Jul 3, 2024
robwalch
added
Confirmed
and removed
Needs Triage
If there is a suspected stream issue, apply this label to triage if it is something we should fix.
labels
Jul 3, 2024
This is reproducing in v1.5.12 with the fix for #6537. Limiting the max buffer length to the current forward length isn't enough to stop streaming while paused. |
It's worth noting that the peak bitrate for the highest tier in the reproduction vector is vastly under reported:
Correcting this or adding |
robwalch
added a commit
that referenced
this issue
Jul 3, 2024
…duration resulting in buffer full error Resolves #6535
3 tasks
This was referenced Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Hls.js are you using?
1.5.11
What browser (including version) are you using?
Chrome 126.0.6478.127 (Mac M2)
What OS (including version) are you using?
MacOS
Test stream
http://djsso3aok5lkq.cloudfront.net/test.html
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
It seems like the problem is worse if the connection is fast (e.g. when hosting on localhost).
The problem does not happen with Safari.
Expected behaviour
Each segment downloaded only once
What actually happened?
Same segments downloaded many times
Console output
Chrome media internals output
No response
The text was updated successfully, but these errors were encountered: