Postby Leo de Hurlevent » 22 Feb 2012 17:38
When using the Freebox, the user can select the service to play by selecting its name into the list of available programs.
In the case of audio channels, multiple (say 6 for exemple) independent radio channels are carried (multiplexed) into a single service (transport stream).
Playing a given radio channel, implies reading the proper transport stream and demultiplex the proper elementrary audio stream (track, pid ... ... whatever name you use).
The "France Musiques" program, for exemple, should read a given transport stream and demultiplex the 5th elementary stream (audio track, pid...).
For all the radio programs you try to play, the audio track selected is always the 1st one.
The audio track information is not used by VLC 2.0 (you have to manually try and select each audio track using the audio menu until you hear the channel you wanted to play).
Previous versions (the last one I used was VLC 1.1.11) were correctly taking this information into account to select (demultiplex) the proper audio channel.
I hope it's clear enough