I want to do a Mosaic with VLC on Ubuntu. I have create a vlm.conf
This is my configuration file
Code: Select all
##################################
## HTTP interface mosaic wizard ##
##################################
# Comment the following line if you don't want to reset your VLM configuration
del all
# Background options
new bg broadcast enabled
setup bg input "/home/soufiane/background.png"
setup bg output #transcode{vcodec=mp2v,vb=1000,scale=1,sfilter=mosaic}:bridge-in{offset=100}:std{access=rtp{ttl=12},mux=ts,dst=192.168.16.102:1234} option sout-all
# Mosaic options
setup bg option mosaic-alpha=255
setup bg option mosaic-height=400
setup bg option mosaic-width=400
setup bg option mosaic-align=5
setup bg option mosaic-xoffset=10
setup bg option mosaic-yoffset=10
setup bg option mosaic-vborder=5
setup bg option mosaic-hborder=10
setup bg option mosaic-position=1
setup bg option mosaic-rows=1
setup bg option mosaic-cols=2
setup bg option mosaic-order=chan1,chan2
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture
# Input options
new chan1 broadcast enabled
setup chan1 input "/home/soufiane/test.avi"
setup chan1 output #duplicate{dst=mosaic-bridge{id=chan1,width=95,height=200},select=video,dst=bridge-out{id=0},select=audio}
new chan2 broadcast enabled
setup chan2 input "/home/soufiane/mgs.avi"
setup chan2 output #duplicate{dst=mosaic-bridge{id=chan2,width=95,height=200},select=video,dst=bridge-out{id=1},select=audio}
# Launch everything
control bg play
control chan1 play
control chan2 play
# end of mosaic batch
Code: Select all
[0x81c918c] vcdx access warning: Can't get file status for --mosaic-keep-picture :
No such file or directory
[0x81c918c] vcdx access warning: could not retrieve file info for `--mosaic-keep-picture': No such file or directory
[0x81c918c] vcdx access warning: can't open nrg image file --mosaic-keep-picture for reading
[0x821d794] ps demux warning: this does not look like an MPEG PS stream, continuing anyway
[0x821d794] ps demux warning: garbage at input, trying to resync...