-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
BugConfirmedBug report confirmed or reproduced.Bug report confirmed or reproduced.good-first-issueSomething that would be great to work on as an introduction to the code-base.Something that would be great to work on as an introduction to the code-base.
Milestone
Description
What do you want to do with Hls.js?
I am using hls.js version v1.5.18.
LEVEL_LOAD_TIMEOUT follows playlistLoadPolicy.timeoutRetry.
But LEVEL_LOAD_ERROR, AUDIO_TRACK_LOAD_ERROR, and AUDIO_TRACK_LOAD_TIMEOUT
follow playlistLoadPolicy.errorRetry.
Why does AUDIO_TRACK_LOAD_TIMEOUT
also follow errorRetry?
What have you tried so far?
I added the shouldRetry
to the playlistLoadPolicy, and I confirmed that shouldRetry of timeoutRetry
is executed in LEVEL_LOAD_TIMEOUT
, and errorRetry
is executed in AUDIO_TRACK_LOAD_TIMEOUT
.
Metadata
Metadata
Assignees
Labels
BugConfirmedBug report confirmed or reproduced.Bug report confirmed or reproduced.good-first-issueSomething that would be great to work on as an introduction to the code-base.Something that would be great to work on as an introduction to the code-base.
Type
Projects
Status
Top priorities