chrisboustead / videojs-hls-quality-selector

Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-quality-levels` plugin.
MIT License
140 stars 103 forks source link

Quality list order #38

Open hymair opened 4 years ago

hymair commented 4 years ago

Can we change the default sort of the quality levels from highest to 'auto' like it is in YouTube. It's a more familiar design.

Current sort: 360p 480p ... auto

Suggested order: 1080p 720p ... auto

chrisboustead commented 4 years ago

Feel free to open a PR for this, you could even add an ASC/DESC option defaulting to the current ordering.

Relevant code is here