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"}
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