ts-es-id & programs parameters
Posted: 09 Nov 2007 15:15
Hello,
do parameters --ts-es-id-pid and --programs work in Windows in VLC 0.8.6c? I'm trying to split recieved TS (from VLC 0.9.0 which is able to capture DVB in Windows) into particular programs but with no success. All programs show themselves in separate windows. But I want to have each program on a separate port, not all programs on all ports.
I use these commands:
in VLC 0.9.0:
in VLC 0.8.6c:
Thank you for your replys in advance, any solutions are invited.
SteveCZ
do parameters --ts-es-id-pid and --programs work in Windows in VLC 0.8.6c? I'm trying to split recieved TS (from VLC 0.9.0 which is able to capture DVB in Windows) into particular programs but with no success. All programs show themselves in separate windows. But I want to have each program on a separate port, not all programs on all ports.
I use these commands:
in VLC 0.9.0:
Code: Select all
vlc dvb-t:// :dvb-frequency=506000 :dvb-bandwidth=8 --ts-es-id-pid --programs=1,2 :sout=#std{access=udp,mux=,dst=127.0.0.1:1234}
Code: Select all
vlc udp://@:1234 :sout=#duplicate{dst=std{access=udp,mux=ts,dst=192.168.1.2:1235},select="program=1",dst=std{access=udp,mux=ts,dst=192.168.1.2:1236},select="program=2"}
SteveCZ