Skip to content

Update audio track switch

Created by: nicosang

Hi, as explained in the issue #1928 (closed), the audio track switch is broken for segmentTimeLine dash manifest. I think that it's unnecessary to destroy audio stream processor when an audio switch occurs. What dash.js player has to do is to restart scheduleController, load the new init segment and continue .... :-)

In order to this PR has to work properly, PR #2144 needs to be merged. I also would like to do more tests with dash streams with many audio tracks, if you have some.....thanks! ;-)

Nicolas

Merge request reports