複数の mjpeg ソースからモザイク ストリームをセットアップし、さらに別の mjpeg として出力しようとしています。Web インターフェイスのマトリックス ウィザードが壊れているか、不明確であり、VLC Web サイトの Mosaic チュートリアルはそれを完了するのに役立たないようです。私がこれまでに持っているものは次のとおりです。
new channel1 broadcast enabled
setup channel1 input "http://192.168.1.100:8080/video"
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1},select=audio}
new channel2 broadcast enabled
setup channel2 input "http://192.168.1.100:8080/video"
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio}
new channel3 broadcast enabled
setup channel3 input "http://192.168.1.100:8080/video"
setup channel3 output #duplicate{dst=mosaic-bridge{id=3,height=144,width=180},select=video,dst=bridge-out{id=3},select=audio}
new background broadcast enabled
setup background option image-duration=-1
setup background input flower.png
setup background output #transcode{sfilter=mosaic,vcodec=MJPEG,vb=10000,scale=1}:bridge-in{delay=400,id-offset=100}:standard{access=http,mux=MPJPEG,dst=127.0.0.1:333/mosaic}
control background play
control channel1 play
control channel2 play
control channel3 play
これは本来あるべきものに近いように見えますが、機能していません。何か案は?
どうもありがとう、イゴール