How to Enable audio track change in <video> tag for DASH content?
问题 I have embedded DASH videos in webpage using <video> tag. This content has multiple audio tracks. I want to support audio track change. I used audioTracks[i].enable feature to select a audio track. But the audio track is not changing. if (selected == i) { audioTracks[i].enable = TRUE; } Is this the right way ? Is there any other way for changing the audio track of DASH(.mpd) content? By audio track change, i mean to initiate a track change event that can propogate to lower level. not to