Brian Leung
Brian Leung

Reputation: 11

Video.js HLS show audio selector on Android devices?

I made a .m3u8 HLS stream that has multiple audio tracks and use video.js as the player. I already configured my .smil file and it works perfectly on desktop. However, the audio selector disappears when I open it on an Android device.

Does Android support multiple audio tracks streaming? What should I do if I want to have this kind of streaming on Android? Thank you!!

Player on Android browsers Player on Desktop browsers

Upvotes: 0

Views: 1171

Answers (1)

Brian Leung
Brian Leung

Reputation: 11

https://github.com/videojs/videojs-contrib-hls#overridenative

Finally managed to select audio in android with this set to true

Upvotes: 1

Related Questions