Page 1 of 1

Stream one program from MPTS

Posted: 13 Feb 2007 16:46
by anse
Hi.

I have a multicast multi program stream (with 4 programs), and I want to extract one program and stream that to another multicast ip.

I tried this:

Code: Select all

new tv6 broadcast enabled setup tv6 input udp://@239.192.0.1 setup tv6 output #std{access=udp,mux=ts,url=239.195.25.6,select="program=4"}
But Program 1 always shows up in the 239.295.25.6 stream.

If I play the MPTS with parameter --program=4 I can see the right program. Like this:

Code: Select all

vlc --program=4 udp://@239.192.0.1
What am I doing wrong?

Posted: 15 Mar 2007 15:28
by virta
I'm having exactly the same problem. Have you been able to solve this?