Page 1 of 1

Why vlc changes pids?

Posted: 18 Dec 2014 02:57
by orbita
Hi everyone!
We have one broadcast server. It streams one TV channel on udp multicast.
In an output stream there is a name of the channel, a video track (pid 500) and two audio tracks (pids 700,701). I can see it in vlc player.
When we are converting this stream from multicast to unicast with vlc the name of channel disappears, video and audio pids changes to 68 and 69 and one of audiotracks disappears too. Why it occurs?

my config:

Code: Select all

new stream1 broadcast enabled setup stream1 input udp://@234.5.5.5:20000 setup stream1 output #duplicate{dst=std{access=udp{ttl=32},mux=ts,dst=192.168.22.53:30000,sap,name="SPA01"}} control stream1 play
And I'd like to know is there any easy way to set name of my stream...

Re: Why vlc changes pids?

Posted: 02 Jan 2015 16:48
by Jean-Baptiste Kempf
--sout-all is what you need