videojs / mpd-parser

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

fix: export generateSidxKey, multiple audio/vtt playlists #123

Closed brandonocasey closed 3 years ago

brandonocasey commented 3 years ago

Currently we drop multiple playlists for the same group, when we should allow multiple renditions for the same group. This allows that to happen.

Fixes: #93 Fixes: #105 Fixes: #77

gkatsev commented 3 years ago

I believe this fixes #105 and seems to improve #77 though, there's still more to do for #77.