Page 1 of 1

Want to change the pid for a audio and video stream

Posted: 25 May 2004 00:09
by sushil
I wish to assign a fixed PIDs for Audio and Video TS streams while multicasting the streams on the network. How can I set those PIDs ??

Any Idea about setting those pids.

Thanks in advance.
Sushil

Posted: 25 May 2004 21:48
by fenrir
You can use pid-audio and pid-video (using mux=ts{pid-audio=X,pid-video=Y}
or using --sout-ts-pid-audio=X --sout-ts-pid-video=Y)

See the output of vlc -p mux_ts for more informations/options.