нужно просматривать несколько каналов одновременно, решил для этого использовать mosaic vlc фичу.
~/vlm.conf
new channel1 broadcast enabled
setup channel1 input file:///~/123.avi
setup channel1 output #mosaic-bridge{id=1,height=576,width=720}
new channel2 broadcast enabled
setup channel2 input "udp://@224.0.0.47:5004"
setup channel2 output #mosaic-bridge{id=2,height=576,width=720}
new channel3 broadcast enabled
setup channel3 input "udp://@224.0.0.47:5004"
setup channel3 output #mosaic-bridge{id=3,height=576,width=720}
new channel4 broadcast enabled
setup channel4 input "udp://@224.0.0.47:5004"
setup channel4 output #mosaic-bridge{id=4,height=576,width=720}
new mosaic broadcast enabled
setup mosaic input file:///~/123.jpg
setup mosaic option image-duration=-1
setup mosaic option image-fps=0
setup mosaic option mosaic-rows=4
setup mosaic option mosaic-cols=4
setup mosaic option mosaic-position=1
setup mosaic output #transcode{sfilter=mosaic,vcodec=mp4v,VB=8500,acodec=none,fps=25,scale=1}:display
control channel1 play
control channel2 play
control channel3 play
control channel4 play
control mosaic play
Запускаю так:
vlc --vlm-conf ~/vlm.conf --mosaic-width 1440 --mosaic-order "1,2,3,4" --mosaic-height 1152
В итоге что на линухе что на винде в окне картинка, в одной из четырёх частей которой мигает зелёный квадрат (бывает в нескольких, бывает всё просто зелёное.) подскажите как решить