Skip to content

When EXT-X-PLAYLIST-TYPE: EVENT, how long does the client update m3u8 files? Can this time be set? #4675

Answered by robwalch
classmatewu asked this question in Q&A
Discussion options

You must be logged in to vote

Not a Contribution

Playlist reloading is handled here

protected playlistLoaded(

And the interval determined here
export function computeReloadInterval(

It is not configurable in the player, but rather determined by your playlist's target duration and estimated time to update, or blocking reload behavior.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robwalch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants