videojs / m3u8-parser

An m3u8 parser.
Other
471 stars 98 forks source link

feat: Add llhls preloadSegment, add parts to segments, and fix byterange for parts/preloadHints #137

Closed brandonocasey closed 3 years ago

brandonocasey commented 3 years ago

This does a few things:

  1. Adds preloadSegment. Which is the segment that is going to be added to the playlist, but we only have parts and preload hints for right now.
  2. Associates parts with segments
  3. Better byterange parsing for bytes
brandonocasey commented 3 years ago
brandonocasey commented 3 years ago

good call on the byterange stuff @gkatsev I think I got locked in on making the code look similar to what it used to and didn't simplify enough.