-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
What version of Hls.js are you using?
1.6.1
What browser (including version) are you using?
Chrome 134.0.6998.165 (Official Build)(64-bit)
What OS (including version) are you using?
AlpineOS for React dev. Client: Ubuntu 24.04 LTS, Windows 11, macOS 15, iOS, Android. The issue for 1.6.1 is confirmed only on Windows and Ubuntu desktops; I have not tested it on iOS or Android, but iOS doesn't use hls.js. It uses a native player, which works well.
Test stream
Not possible
Configuration
{
liveBackBufferLength: 1,
liveMaxLatencyDuration: 2,
liveSyncDuration: 1,
maxMaxBufferLength: 2,
nudgeMaxRetry: 10000,
nudgeOffset: 0.5,
}
Additional player setup steps
The live stream stops playing after 10 seconds. It does not resume.
I downgraded to version 1.5.20; this version has no stream issues.
This is similar to the issue: #7138
As I am using 1.6.1, the potential fix, #7148, does not work for my situation.
I will try to update this ticket with debug logs tomorrow.
Checklist
- The issue observed is not already reported by searching on Github under https://github.com/video-dev/hls.js/issues
- The issue occurs in the stable client (latest release) on https://hlsjs.video-dev.org/demo and not just on my page
- The issue occurs in the latest client (main branch) on https://hlsjs-dev.video-dev.org/demo and not just on my page
- The stream has correct Access-Control-Allow-Origin headers (CORS)
- There are no network errors such as 404s in the browser console when trying to play the stream
Steps to reproduce
Expected behaviour
The livestream does not stop. If there are network issues, it should resume automatically (keep retrying indefinitely).
What actually happened?
The livestream stops after roughly 10 seconds
Console output
No console errors or warnings