videojs / vhs-utils

Objects and functions shared throughout @videojs/http-streaming code
MIT License
6 stars 7 forks source link

fix: parse unknown codecs as audio/video #15

Closed brandonocasey closed 4 years ago

brandonocasey commented 4 years ago

I noticed that we do not parse out unknown codecs, we should instead set unknown codecs to the missing codec type (video or audio).