Transcode inside Duplicate "error unkown option"
Posted: 19 Apr 2018 16:25
I try to generate an transcoded and origanial rtp stream at the same time on a Windows 10 Machine, I have taken the example from the WIKI.
unfortunately an error appears
after several hours I still can not discover the mistake
can anybody help
Code: Select all
vlc -I dummy http://10.9.22.1:8001/1:0:1:6DCA:44D:1:C00000:0:0:0: --sout #duplicate{dst=rtp{mux=ts,dst=239.255.1.2,sdp=sap,name="OriginalStream"},dst="transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:rtp{mux=ts,dst=239.255.1.3,sdp=sap,name="TranscodedStream"}"}'
Code: Select all
[0000000004b1c5d0] stream_out_transcode stream out error: cannot create chain
[0000000004b1a9d0] stream_out_duplicate stream out error: * ignore unknown option `rtp'
can anybody help