-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Browser issueIf there is an underlying issue with the browser that hls.js is running on, this tag should be used.If there is an underlying issue with the browser that hls.js is running on, this tag should be used.BugStream Issue
Description
What version of Hls.js are you using?
v1.6.15
What browser (including version) are you using?
Edge 144.0.3719.92 and latest Chrome
What OS (including version) are you using?
Windows 11
Test stream
https://catchup.videoline.ru/match/video.m3u8
Configuration
{
"debug": true,
"enableWorker": true,
"lowLatencyMode": true,
"backBufferLength": 90
}Additional player setup steps
It plays in Firefox, but not in Edge / Chrome / WebView2 / LG Web App. I guess it is a Chromium issue.
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
- Open Demo page in Edge or Chrome: https://hlsjs.video-dev.org/demo/
- Insert Stream URL: https://catchup.videoline.ru/match/video.m3u8
Expected behaviour
Should play like in Firefox.
What actually happened?
Does not play in Chromium based browsers
Console output
No errors at all. Debug output is same as in Firefox. But stream is not played in Chromium.Chrome media internals output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Browser issueIf there is an underlying issue with the browser that hls.js is running on, this tag should be used.If there is an underlying issue with the browser that hls.js is running on, this tag should be used.BugStream Issue