The following config file works perfectly in VLM
Code: Select all
new RTBF broadcast enabled
setup RTBF input "dvb/ts:adapter=0:frequency=754000000:bandwidth=8:transmission=8:guard=32:srate=27500000"
setup RTBF option :programs=33,34,1
setup RTBF output #duplicate{dst=std{access=udp,mux=ts,dst=239.255.0.1,sap,name="LA UNE"}}
The other channel is on programs 1057,1058,2., so I tried :
Code: Select all
setup RTBF output #duplicate{dst=std{access=udp,mux=ts,dst=239.255.0.1,select="program=33,34,1"},dst=std{access=udp,mux=ts,dst=239.255.0.2,select="program=1057,1058,2"}}
I also tried to add programs 1057,1058,2 in the option :programs and it result in my VLC client splitting in two instances and receiving both stream but with again a really poor quality (lots of video and sound artefacts).
Do you know the correct syntax ?
Thanks in advance