videojs / m3u8-parser

An m3u8 parser.
Other
473 stars 98 forks source link

Handle negative segment durations with a warning #110

Closed jkruse14 closed 3 years ago

jkruse14 commented 4 years ago

@Oterem @mobenami - any thoughts?

gkatsev commented 3 years ago

Thanks, unfortunately, negative durations are not valid HLS. We'd accept a PR that just logged a warning but not one that also sets the duration to the negative value.