VLM muxing multiple UDP channels into one
Posted: 23 Oct 2012 19:24
Hi Guys,
Is it me or everybody else get this error after upgrading from 0.8.6 to >=2.0 ?
I'm executing this under linux environment using config file:
I get few errors related to udp sent not in order but that's only in the beginning. Later it stops.
The problem is that when you are trying to watch it on VLC from windows it's ether not loading at all or loading but opens all channels at once in multiple windows.
On 0.8.6h everything is working perfectly fine.
Is it me or everybody else get this error after upgrading from 0.8.6 to >=2.0 ?
I'm executing this under linux environment using config file:
Code: Select all
vlc -I telnet --vlm-conf /etc/vlm1.conf --telnet-host 0.0.0.0 --telnet-port 8081 --telnet-password password
Code: Select all
# reset VLM configuration
del all
# Input options
# Input 1: UDP
new Channel1 broadcast enabled
setup Channel1 input "UDP://@224.128.128.1:8001"
setup Channel1 option sout-ts-es-id-pid
setup Channel1 option sout-ts-pid-audio=120
setup Channel1 option sout-ts-pid-video=110
setup Channel1 option sout-ts-program-pmt="100"
setup Channel1 output #duplicate{dst=bridge-out{id=110},select=video,dst=bridge-out{id=120},select=audio}
control Channel1 play
# Input 2: UDP
new Channel2 broadcast enabled
setup Channel2 input "UDP://@224.128.128.2:8002"
setup Channel2 option sout-ts-es-id-pid
setup Channel2 option sout-ts-pid-audio=220
setup Channel2 option sout-ts-pid-video=210
setup Channel2 option sout-ts-program-pmt="200"
setup Channel2 output #duplicate{dst=bridge-out{id=210},select=video,dst=bridge-out{id=220},select=audio}
control Channel2 play
# TS options
new Output broadcast enabled
setup Output input "UDP://@224.128.128.3:8003"
setup Output option sout-ts-pid-video=310
setup Output option sout-ts-pid-audio=320
setup Output option sout-ts-shaping=3500
setup Output option sout-ts-es-id-pid
setup Output option sout-ts-tsid=4
setup Output option sout-ts-netid=811
setup Output option sout-ts-program-pmt="100,200,300"
setup Output option sout-ts-muxpmt="110,120,,210,220,,310,320"
setup Output option sout-ts-sdtdesc="TLC,TLC,24 Doc,24 Doc,RTVi,RTVi"
setup Output output #bridge-in{id-offset=0}:duplicate{dst=std{access=udp,mux=ts,dst=224.128.128.77:1234}}
control Output play
On 0.8.6h everything is working perfectly fine.