davidjamesherzog / videojs-shaka

Shaka player integration with video.js
MIT License
45 stars 18 forks source link

Set label then language for text track label #25

Closed davidjamesherzog closed 4 years ago

davidjamesherzog commented 4 years ago

Currently, the text track label is being set to the language of the text track from the stream. If the stream does provide a label, we should set it to the label first and then default back to the language if no label exists.