Skip to content

Additional support for #EXT-X-I-FRAME-STREAM-INF and #EXT-X-I-FRAMES-ONLY - #7791

Merged
robwalch merged 1 commit into
masterfrom
feature/i-frame-remuxing
Apr 8, 2026
Merged

Additional support for #EXT-X-I-FRAME-STREAM-INF and #EXT-X-I-FRAMES-ONLY #7791
robwalch merged 1 commit into
masterfrom
feature/i-frame-remuxing

Conversation

@robwalch

@robwalch robwalch commented Apr 8, 2026

Copy link
Copy Markdown
Collaborator

This PR will...

Fix I-Frame remuxing and delta playlist issues, playlist synchronization, and ll-hls part selection and buffer removal logging.

Why is this Pull Request needed?

Following up on #7757 with fixes based on findings when working with Low-Latency HLS playlists. Some of the logging changes are less specific to I-Frame functionality, but were added to help with triaging of issues in upcoming v1.7 release.

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

Resolves issues:

#5392

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
…on, and ll-hls part selection and buffer removal logging
@robwalch

robwalch commented Apr 8, 2026

Copy link
Copy Markdown
Collaborator Author
@robwalch
robwalch merged commit 6452983 into master Apr 8, 2026
16 checks passed
@robwalch
robwalch deleted the feature/i-frame-remuxing branch April 8, 2026 20:59
@github-project-automation github-project-automation Bot moved this from Top priorities to Done in HLS.js Release Planning and Backlog Apr 8, 2026
const media = this.media;
if (media) {
if (time > media.duration) {
time = media.duration - 0.01;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be nice to have a comment about this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants