videojs / m3u8-parser

An m3u8 parser.
Other
471 stars 98 forks source link

feat: add support for #EXT-X-I-FRAME-STREAM-INF #171

Closed amtins closed 1 month ago

amtins commented 1 year ago

Description

Exposes I-frame playlists through the iFramePlaylists property, providing a basis for the creation of trick-play functionality.

Specific Changes proposed

parse-stream.js

https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.4.2

parser.js

https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.4.3

fixtures