I would like to stream with my VLC 0.8.6a a video. The problem is that my video has more than one audio track(actually 1deutsh and 1french) and I would like to choice just one audio track for streaming. My video is a Transport Stream standard.
For example: I have a video "StarWars.ts" and I want to send the video track and just the deutsh audio track, because I am using the mozilla vlc-plugin and we are not able to choice the audio track by this plugin.
For send the whole video I use :
Code: Select all
vlc -I http[--http-src /StarWars.ts --http-host 192.168.1.15:1234] --extraintf http --sout udp:192.168.1.10 --sout-udp-caching=500 --loop
>> Rémiii