Add support for #EXT-X-I-FRAME-STREAM-INF and #EXT-X-I-FRAMES-ONLY#7757
Merged
Add support for #EXT-X-I-FRAME-STREAM-INF and #EXT-X-I-FRAMES-ONLY#7757
Conversation
zemlanin
reviewed
Mar 23, 2026
f99c8aa to
b45e14e
Compare
…me rendering via HlsIFramesOnly instance Resolves #5392
…me HEVC rendering Update I-Frame API.md example to use null type
b45e14e to
12a946c
Compare
Collaborator
Author
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will...
Implements support for I-FRAME variants:
hls.iframeVariants(not selectable)createIFramePlayer(): HlsIFramesOnly, to create a child instance that treats the iframe variants aslevelshlsIFramesOnly.loadMediaAt(time)loads then seeks to render a frame without clearing the last.Implements support for I-FRAMES-ONLY playlists:
#EXT-X-I-FRAMES-ONLYas I-Frames segmentsExample Usage:
https://github.com/video-dev/hls.js/blob/69ad3e5f4e657b6476d5fcd9ac7d63025f859261/docs/API.md#i-frame-variants-api
Known issues
Are there any points in the code the reviewer needs to double check?
Resolves issues:
Resolves #5392
Checklist