vidstack / player

UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js.
https://vidstack.io
MIT License
1.9k stars 114 forks source link

Improved DASH audio/text track labels #1243

Closed Dinesh-Gautam closed 2 months ago

Dinesh-Gautam commented 2 months ago

Description:

If no labels are provided, then track.lang is chosen as a fallback. Instead, we can use Intl.DisplayNames to get the name of the language by using the language code.

Ready?

yes

Before

before

After

after