Choose network streams by command line
Posted: 12 Jun 2011 16:55
Hi,
I'm broadcasting DVB-C video and audio into my LAN with the following command line:
As you can see, it's two channels with the service IDs 898 and 900. Now, when I open the MRL "udp://@:3001" on another computer in the same network, I receive both programs. One of them is in the main window of VLC and another window is opened for the second video (VLC plays only one sound stream though).
Eventually, I want to stream all 6 channels, which I receive on the same DVB-C frequency, at once. Of course I don't want to watch all of them on the same computer, though. So now I'm looking for a command line option, that defines the desired video and audio stream, so that I only see/hear one of those six streams. I already tried, but it seems to be a wrong guess. I couldn't find anything else in the command line help.
VLC version is 1.1.10 @Win XP Pro (sending) and 1.1.4 @Win Vista HP (receiving) both 32 bits, although I don't think the OS matters.
Thank you in advance!
I'm broadcasting DVB-C video and audio into my LAN with the following command line:
Code: Select all
"I:\Programme\VideoLAN\VLC\vlc.exe" dvb-c://frequency=618000000 :dvb-srate=6900 :dvb-modulation=256 :dvb-network-name="DVB-C Tuning Space" :programs="898,900" :dvb-adapter=0 :sout=#udp{mux=ts,dst=192.168.0.255:3001} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
Eventually, I want to stream all 6 channels, which I receive on the same DVB-C frequency, at once. Of course I don't want to watch all of them on the same computer, though. So now I'm looking for a command line option, that defines the desired video and audio stream, so that I only see/hear one of those six streams. I already tried
Code: Select all
:program=900
:video-title=0 :audio-title=0 (which don't seem to be existing options)
VLC version is 1.1.10 @Win XP Pro (sending) and 1.1.4 @Win Vista HP (receiving) both 32 bits, although I don't think the OS matters.
Thank you in advance!