-
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
In iPad the buffer doesn't seem to fetch further fragments as defined by maxBufferLength #6181
Comments
In v1.5 HLS.js uses ManagedMediaSource by default when available. This lets the user-agent suggest when to pause and resume streaming. To disable it, set "preferManagedMediaSource" to false. |
Also note that streaming uses
|
Thanks @robwalch Let me try this and verify the same once |
Closing due to inactivity. Resolution: works-as-expected. |
What version of Hls.js are you using?
1.5.3
What browser (including version) are you using?
Chrome / Safari iOS
What OS (including version) are you using?
iPad OS
Test stream
https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel.ism/.m3u8
Configuration
and
Additional player setup steps
https://hlsjs.video-dev.org/demo/?src=https%3A%2F%2Fdemo.unified-streaming.com%2Fk8s%2Ffeatures%2Fstable%2Fvideo%2Ftears-of-steel%2Ftears-of-steel.ism%2F.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==
Checklist
Steps to reproduce
Eg
https://hlsjs.video-dev.org/demo/?src=https%3A%2F%2Fdemo.unified-streaming.com%2Fk8s%2Ffeatures%2Fstable%2Fvideo%2Ftears-of-steel%2Ftears-of-steel.ism%2F.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==
Expected behaviour
It should fetch ahead fragments as defined by
maxBufferLength
What actually happened?
It did not fetch ahead fragments as defined by
maxBufferLength
Console output
Video shared comparing mac OS and iPad playing the same video with buffer used up shown:
https://drive.google.com/file/d/1-WLMhdu5mX4nc8VZmiTaa-G3rhtlDL1J/view?usp=sharing
Chrome media internals output
NA
The text was updated successfully, but these errors were encountered: