[X] The stream has correct Access-Control-Allow-Origin headers (CORS)
[X] There are no network errors such as 404s in the browser console when trying to play the stream
Steps to reproduce
1、I have a stream. The first ts segment has no audio package, but the subsequent ts segment has audio information, and the playback will be stuck. The test flow used is as follows
testStream
What version of Hls.js are you using?
v1.5.7
What browser (including version) are you using?
chrome: 123.0.6312.107(official version) (arm64)
What OS (including version) are you using?
macOS Sonoma 14.4.1 (23E224)
Test stream
No response
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
1、I have a stream. The first ts segment has no audio package, but the subsequent ts segment has audio information, and the playback will be stuck. The test flow used is as follows testStream
2、The following is the information I got using https://e655f194.hls-js-dev.pages.dev/demo/ debug v1.5.7-debugInfo
3、I installed the hls playback plug-in on chrome, and I found that m3u8 can be played using v0.14.16, debug information v0.14.16-debugInfo
Expected behaviour
Can be played normally
What actually happened?
Playback from no audio to audio is stuck
Console output
Chrome media internals output
No response