Page 1 of 1

DUPLICATE module does not work

Posted: 18 Dec 2013 17:53
by clockor
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:

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"
I am using VLC 2.0.1 on Windows Server 2008.

What is wrong here?

Re: DUPLICATE module does not work

Posted: 23 Dec 2013 12:33
by clockor
Note: If I switch the IPs in the command like this:

:duplicate{dst=http{mux=ts,dst=192.168.3.15:8551/},dst=http{mux=ts,dst=192.168.1.15:8551/}}

VLC now publishes again ONLY on the first IP (adapter), in this case 192.168.3.15:8551

Could anyone please help here?

Re: DUPLICATE module does not work

Posted: 23 Dec 2013 20:38
by Jean-Baptiste Kempf
You should look in the logs.