videojs / mpd-parser

https://videojs.github.io/mpd-parser/
Other
79 stars 54 forks source link

fix: skip playlists without sidx #73

Closed gkatsev closed 5 years ago

gkatsev commented 5 years ago

This can be when we have an mpd with captions without SIDX and video segments that use SIDX, like in ihttps://dash.edgesuite.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd.

Fixes videojs/video.js#5289