Initial index of alternate language audio is incorrect or switched around.
Created by: danrossi
Hi there I am testing out packaging my own alternate audio content to get selection features working and tested however it seems when setting an initial lang the index is switched around.
My package is broken and produces decode errors however I'm checking first if the packager is the problem. Shaka player plays it fine though.
in
http://dashif.org/reference/players/javascript/v2.0.0/samples/dash-if-reference-player/index.html
type "en" in the text input under audio. It will call
player.setInitialMediaSettingsFor("audio", {lang: "en"});
It will play the de track.
My package which is broken is
https://videos.electroteque.org/dash/languages/sintel/sintel.mpd
I will try and pin point the problem with the selection also.