Skip to content

Fix initial reload time of live media playlist loaded with hls.loadSource()#7875

Merged
robwalch merged 1 commit into
masterfrom
bugfix/live-media-playlist-initial-reload
May 26, 2026
Merged

Fix initial reload time of live media playlist loaded with hls.loadSource()#7875
robwalch merged 1 commit into
masterfrom
bugfix/live-media-playlist-initial-reload

Conversation

@robwalch
Copy link
Copy Markdown
Collaborator

This PR will...

Fix initial reload time of live media playlist loaded with hls.loadSource()

Why is this Pull Request needed?

Scheduled reload time is doubled when loading a media playlist (once on "manifest" load and again on level load. The media playlist or "level" is the manifest in this case.

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Fixes #7556
Closes #7453

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.7.0 milestone May 26, 2026
@robwalch robwalch merged commit 29c25a8 into master May 26, 2026
16 checks passed
@robwalch robwalch deleted the bugfix/live-media-playlist-initial-reload branch May 26, 2026 22:13
@github-project-automation github-project-automation Bot moved this from Top priorities to Done in HLS.js Release Planning and Backlog May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Target duration stall when loading a live media playlist with one segment

1 participant