videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 791 forks source link

How to switch audio group or audio quality to auto or other in hls? #1445

Closed murtaz53 closed 5 years ago

murtaz53 commented 5 years ago

I am using this plugin in video js. I have added audio quality list using dropdown. how can I change current audio quality group through code?

gesinger commented 5 years ago

Hey @murtaz53 , you can use the video.js audio tracks API: https://docs.videojs.com/tutorial-audio-tracks.html . Hope this helps.

murtaz53 commented 5 years ago

@gesinger : I already have implemented above for audio tracks. I am searching about switching audio quality/group (for example stereo, surround).

gesinger commented 5 years ago

@murtaz53 , it should be accessible through the same API. If you're still having trouble, would you be able to post an example using our starter template on JSBin? Thanks.