windows - Udp streams in vlc mosaic -


i'm trying regroup 3 udp streams in 1 mosaic, using vlc 2.0.5 on windows 7. don't need stream it; display on screen. i'm doing wrong, hope 1 help.

here conf file :

new 1 broadcast enabled setup 1 input "udp://@1.2.3.1:1234" setup 1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1},select=audio} new 2 broadcast enabled setup 2 input "udp://@1.2.3.2:1234" setup 2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio} new 6 broadcast enabled setup 6 input "udp://@1.2.3.3:1235" setup 6 output #duplicate{dst=mosaic-bridge{id=3,height=144,width=180},select=video,dst=bridge-out{id=3},select=audio}  new background broadcast enabled loop setup background input "file:///c:/file.bmp" setup background output output #transcode{sfilter=mosaic,vcodec=mp2v,vb=500,scale=1}:bridge-in{delay=400,id-offset=100}:display setup background option file-caching=300  control 1 play control 2 play control 6 play control background play 

and command : ./vlc --color --vlm-conf --mosaic-width=360 --mosaic-height=288 --mosaic-keep-picture --mosaic-rows=2 --mosaic-cols=2 --mosaic-position=1 --mosaic-order=1,2,3,4 ."mosaic.vlm.conf"

after --vlm-conf should specify input vlm config file; specified @ end! try this:

vlc --color --vlm-conf mosaic.conf --mosaic-width 360 --mosaic-height 288 --mosaic-rows 2 --mosaic-cols 2 --mosaic-order 1,2,3,4


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -