DUPLICATE module does not work
Posted: 18 Dec 2013 17:53
I am trying to transcode a video and publish it on 2 network interfaces on the same machine. However VLC publishes it only on the first interface in the row.
Here are the VLM commands:
I am using VLC 2.0.1 on Windows Server 2008.
What is wrong here?
Here are the VLM commands:
Code: Select all
new C33 broadcast enabled
setup C33 input "dshow://"
setup C33 output #transcode{audio-sync,venc=x264{keyint=50,profile=main,level=3.0},fps=25,vcodec=x264,vb=500,acodec=mp3,ab=96,channels=2,samplerate=22050,vfilter=scene{format=png,width=185,height=105,prefix=ch33,path=z:,replace,ratio=3500}}:duplicate{dst=http{mux=ts,dst=192.168.1.15:8551/},dst=http{mux=ts,dst=192.168.3.15:8551/}}
setup C33 option dshow-vdev="Osprey-440 Video Device 1A"
setup C33 option dshow-adev="Osprey-440 Audio 1A Unbalanced"
setup C33 option dshow-fps="25"
What is wrong here?