videojs / m3u8-parser

An m3u8 parser.
Other
473 stars 98 forks source link

Fix default EXT-X-BYTERANGE offset to start after the previous segment #98

Closed gesinger closed 4 years ago

gesinger commented 4 years ago

The default value for EXT-X-BYTERANGE is defined by the spec as the first byte after the previous segment. Prior to this change, the default set by m3u8-parser was 0.