videojs / mpd-parser

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

feat: subtitle codecs #106

Closed brandonocasey closed 3 years ago

brandonocasey commented 3 years ago

We have a test video that uses non-vtt captions that is making it all the way through to the vtt segment loader. We cannot filter it as we don't expose CODECS on subtitle playlists. Now we expose that so we can filter downstream. We might also want to expose mimeType?