I am streaming a Divx video file that has 3 audio tracks (english, french and spanish), but all audio tracks are garbled into one when I try to play them at the receiving end. I need audio and video on differenet ports.
I stream using the following multicast command:
vlc C:\temp\ice_mulCBR.avi --sout #es{access=udp,mux=ts,dst-audio=239.20.30.40:1200,dst-video=239.20.30.40:1201} --sout-all
and try to play the audio using the following command:
vlc udp://@239.20.30.40:1200
Only one track appears under the audio/audiotrack menu in the player and all the language tracks seem to play at the same time in an incoherent bable. I am using vlc 0.8.4.
Any help would be greatly appreciated. Thanks!
Jacques Boileau