| b790ax 
 Newbie
 | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Доброго времени суток!
 Уже второй день бьюсь с VLC mosaic
 
 Задача в общем то несложная, вывести на виндовой машине потоки с 4х камер по rtsp c помощью VLC с опцией mosaic.
 
 вот  конфиг vlm
 
 del all
 
 new channel1 broadcast enabled
 setup channel1 input rtsp://user:password@192.168.2.1:554/cam/realmonitor?channel=1&subtype=0
 setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=480,width=640},select=video,dst=bridge-out{id=1}}
 
 new channel2 broadcast enabled
 setup channel2 input rtsp://user:password@192.168.2.2:554/RVi/1/1
 setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=480,width=640},select=video,dst=bridge-out{id=2}}
 
 new channel3 broadcast enabled
 setup channel3 input rtsp://user:password@192.168.2.3:554/cam/realmonitor?channel=1&subtype=0
 setup channel3 output #duplicate{dst=mosaic-bridge{id=3,height=480,width=640},select=video,dst=bridge-out{id=3}}
 
 new channel3 broadcast enabled
 setup channel3 input rtsp://user:password@192.168.2.4:554/cam/realmonitor?channel=1&subtype=0
 setup channel3 output #duplicate{dst=mosaic-bridge{id=4,height=480,width=640},select=video,dst=bridge-out{id=4}}
 
 
 
 new mosaic broadcast enabled
 setup mosaic input file:///c:\mm.png
 setup mosaic output #transcode{sfilter=mosaic,vcodec=mp4v,VB=1024,width=1400,height=1000,acodec=none,fps=8,scale=2}:display
 
 control mosaic play
 control channel1 play
 control channel2 play
 control channel3 play
 control channel4 play
 
 вот строка запуска
 
 "C:\Program Files\VideoLAN\VLC\vlc.exe" --vlm-conf C:\mos1.vlm --mosaic-width=1200 --mosaic-height=900 --mosaic-keep-picture --mosaic-rows=2 --mosaic-cols=2 --mosaic-position=1 --mosaic-order=1,2,3,4
 
 собственно поднимается окно вывода и даже работает как надо НО - всего 5сек, после чего окно вывода закрывается.
 
 Подскажите в чём может быть проблема?
 
 vlc пробовал разные версии, на двух разных компах тоже пробовал - результат один и тот же - окно вывода гаснет через 4-5сек.
 |