Use sample .m3u8 files from Apple's HLS example page
kuu opened this issue · 3 comments
kuu commented
for testing:
https://developer.apple.com/streaming/examples/
ost12666 commented
This throws an exception when parsing:
https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3
Error: Conditional Assert: Failed at [3]
kuu commented
The default behavior has changed and now the library does not throw unless {strictMode: true} is specified via HLS.setOptions()
The change has already been published as hls-parser@0.3.0
ost12666 commented
Thanks, that works!