Repeated segment fetching when worker disabled #7075
Labels
Bug
Confirmed
Bug report confirmed or reproduced.
Verify Fixed
An unreleased bug fix has been merged and should be verified before closing.
Milestone
What version of Hls.js are you using?
v1.5.20
What browser (including version) are you using?
Zen Browser 1.8.2b (Firefox 135.0.1) (64-bit), also tested on Firefox 135.0.1 (64-bit)
What OS (including version) are you using?
Linux
Test stream
https://media.ashhhleyyy.dev/aaaaa/hls/aac_high_ended.m3u8
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
enableWorker
set totrue
.enableWorker
tofalse
(for example by importing hls.js as an ES module withoutworkerPath
configured)enableWorker
istrue
Expected behaviour
Running with
enableWorker: false
to not fetch the same segment repeatedlyWhat actually happened?
Disabling the worker causes continual fetching of the same segment
Console output
Chrome media internals output
The text was updated successfully, but these errors were encountered: