Page 1 of 1

mosaic on mozaic wizard help me

Posted: 31 Jan 2009 14:15
by matathome
hello,
I want to try a mosaic with mozaic wisard on the http interface (tuto http://wiki.videolan.org/Mosaic)
But when i create the channels :
##################################
## 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 ""
setup bg option sub-filter=mosaic
setup bg output #bridge-in{offset=100}:display

# Mosaic options
setup bg option mosaic-alpha=255
setup bg option mosaic-height=200
setup bg option mosaic-width=200
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=2
setup bg option mosaic-cols=2
setup bg option mosaic-order=test,test1,test2,_
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture

# Input options
new test broadcast enabled
setup test input "C:\New Folder\download\9mil\9mill.avi"
setup test output #duplicate{dst=mosaic-bridge{id=test,width=95,height=97},select=video,dst=bridge-out{id=0},select=audio}

new test1 broadcast enabled
setup test1 input "C:\New Folder\download\9mil\9mill.avi"
setup test1 output #duplicate{dst=mosaic-bridge{id=test1,width=95,height=97},select=video,dst=bridge-out{id=1},select=audio}

new test2 broadcast enabled
setup test2 input "C:\New Folder\download\9mil\9mill.avi"
setup test2 output #duplicate{dst=mosaic-bridge{id=test2,width=95,height=97},select=video,dst=bridge-out{id=2},select=audio}

# Launch everything
control bg play
control test play
control test1 play
control test2 play

# end of mosaic batch

No problem but i can't see the mosaic when i press let's go button
so how i can i do to see my mosaic.

I 'm running on windows XP service 2 with vlc 0.96 or 0.86
You explain me the exact procedure to see that
Thanks

Re: mosaic on mozaic wizard help me

Posted: 12 May 2009 09:55
by bart_r83
Hello,

i'm testing mosaic vith vlc but I have the same probleme that you. Have you resolve your problem ?? I try to do with web interface and with command line with VLM.

I'm running on Ubuntu server
Tanks

Re: mosaic on mozaic wizard help me

Posted: 13 May 2009 17:21
by vatastala
I have the same problem too, anyone found a solution???

**********************************************************************************************************************************
# 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 "C:\Documents and Settings\Vito\Desktop\vlc-media-player-2.png"
setup bg option sub-filter=mosaic
setup bg output #bridge-in{offset=100}:display

# 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=200
setup bg option mosaic-yoffset=80
setup bg option mosaic-vborder=5
setup bg option mosaic-hborder=10
setup bg option mosaic-position=1
setup bg option mosaic-rows=2
setup bg option mosaic-cols=2
setup bg option mosaic-order=1,2,3,_
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture

# Input options
new 1 broadcast enabled
setup 1 input "D:\\Squadra Antimafia - Palermo Oggi 1x01.by moll.avi"
setup 1 output #duplicate{dst=mosaic-bridge{id=1,width=195,height=197},select=video,dst=bridge-out{id=0},select=audio}

new 2 broadcast enabled
setup 2 input "D:\\Squadra Antimafia - Palermo Oggi 1x02.by moll.avi"
setup 2 output #duplicate{dst=mosaic-bridge{id=2,width=195,height=197},select=video,dst=bridge-out{id=1},select=audio}

new 3 broadcast enabled
setup 3 input "D:\\Squadra Antimafia - Palermo Oggi 1x03.by moll.avi"
setup 3 output #duplicate{dst=mosaic-bridge{id=3,width=195,height=197},select=video,dst=bridge-out{id=2},select=audio}

# Launch everything
control bg play
control 1 play
control 2 play
control 3 play

# end of mosaic batch
*************************************************************************************************************************************************************

If I want to run this .conf, can you explain me the command for vlc??? c:\> vlc .....

I tried c:\> vlc --vlm-conf mosaic.conf, VLC starts but doesn't play!!!

Re: mosaic on mozaic wizard help me

Posted: 21 Jul 2009 04:17
by martin3361
so, no answer, users are stuck and we get no one answering..

Re: mosaic on mozaic wizard help me

Posted: 28 Apr 2010 01:31
by diafygi
I am also having this problem in VLC 1.0.5 for Windows. Here is my config 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 "C:\Documents and Settings\diafygi\Desktop\mosaic_background.png" setup bg output #transcode{vcodec=mp1v,vb=4096,scale=1,sfilter=mosaic}:bridge-in{offset=100}:display # Mosaic options setup bg option mosaic-alpha=255 setup bg option mosaic-height=490 setup bg option mosaic-width=650 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=2 setup bg option mosaic-cols=2 setup bg option mosaic-order=1,2,3,4 setup bg option mosaic-delay=0 setup bg option mosaic-keep-picture # Input options new 1 broadcast enabled setup 1 input "C:\Documents and Settings\diafygi\Desktop\A320a.mp4" setup 1 output #duplicate{dst=mosaic-bridge{id=1,width=320,height=240},select=video,dst=bridge-out{id=1},select=audio} new 2 broadcast enabled setup 2 input "C:\Documents and Settings\diafygi\Desktop\A320b.mp4" setup 2 output #duplicate{dst=mosaic-bridge{id=2,width=320,height=240},select=video,dst=bridge-out{id=2},select=audio} new 3 broadcast enabled setup 3 input "C:\Documents and Settings\diafygi\Desktop\A320c.mp4" setup 3 output #duplicate{dst=mosaic-bridge{id=3,width=320,height=240},select=video,dst=bridge-out{id=3},select=audio} new 4 broadcast enabled setup 4 input "C:\Documents and Settings\diafygi\Desktop\A320d.mp4" setup 4 output #duplicate{dst=mosaic-bridge{id=4,width=320,height=240},select=video,dst=bridge-out{id=4},select=audio} # Launch everything control bg play control 1 play control 2 play control 3 play control 4 play # end of mosaic batch
Nothing happens when I press "Let's Go!" at the bottom of the mosaic wizard.

I tried saving the config file as mosaic.conf and running the following command:

Code: Select all

vlc.exe -I dummy -vvv --vlm-conf mosaic.conf
Here is the output:

Code: Select all

[02bf1db4] dummy interface: VLC media player - version 1.0.5 Goldeneye - (c) 1996-2010 the VideoLAN team [02bf1db4] dummy interface: Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I qt" [02bf1db4] dummy interface: using the dummy interface module... [02bf1db4] main interface debug: using interface module "dummy" [02bf1db4] main interface debug: TIMER module_need() : 6.000 ms - Total 6.000 ms / 1 intvls (Avg 6.000 ms) [02bf1db4] main interface debug: thread (interface) created at priority 0 (../.././src/interface/interface.c:151) [02bf1db4] main interface debug: thread started [02bf1db4] main interface debug: thread ended [02c89454] main interface debug: thread started [02c89454] main interface debug: thread ended [00e47fbc] [Media: bg] main input debug: Buffering 13% [00e51bd4] [Media: bg] main stream output debug: adding a new sout input (sout_input:02cbac20) [00e4c8d4] [Media: bg] stream_out_transcode stream out debug: creating video transcoding from fcc=`fake' to fcc=`mp1v' [02c9daf4] [Media: bg] main decoder debug: looking for decoder module: 35 candidates [02c9daf4] [Media: bg] main decoder debug: creating access '' path='C:\Documents and Settings\diafygi\Desktop\mosaic_background.png' [02c878cc] [Media: bg] main access debug: looking for access module: 5 candidates [02c878cc] [Media: bg] vcd access debug: trying .cue file: C:\Documents and Settings\diafygi\Desktop\mosaic_background.cue [02c878cc] [Media: bg] vcd access debug: could not find .cue file [02c878cc] [Media: bg] access_file access debug: opening file `C:\Documents and Settings\diafygi\Desktop\mosaic_background.png' [02c878cc] [Media: bg] main access debug: using access module "access_file" [02c878cc] [Media: bg] main access debug: TIMER module_need() : 5.000 ms - Total 5.000 ms / 1 intvls (Avg 5.000 ms) [02cbc88c] [Media: bg] main stream debug: Using AStream*Stream [02cbc88c] [Media: bg] main stream debug: pre buffering [02cbc88c] [Media: bg] main stream debug: received first data after 0 ms [02cbc88c] [Media: bg] main stream debug: pre-buffering done 1024 bytes in 0s - 1000000 kbytes/s [02c878cc] [Media: bg] main access debug: removing module "access_file" [02ca8acc] [Media: bg] main decoder debug: looking for decoder module: 35 candidates [02ca8acc] [Media: bg] main decoder debug: using decoder module "png" [02ca8acc] [Media: bg] main decoder debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) [02caab24] [Media: bg] main filter debug: looking for video filter2 module: 20 candidates [02caab24] [Media: bg] swscale filter debug: 650x490 chroma: RV24 -> 650x490 chroma: I420 with scaling using Bicubic (good quality) [02caab24] [Media: bg] main filter debug: using video filter2 module "swscale" [02caab24] [Media: bg] main filter debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) [02ca8acc] main decoder debug: removing module "png" [02caab24] main filter debug: removing module "swscale" [02c9daf4] [Media: bg] fake decoder debug: file C:\Documents and Settings\diafygi\Desktop\mosaic_background.png loaded successfully [02c9daf4] [Media: bg] main decoder debug: using decoder module "fake" [02c9daf4] [Media: bg] main decoder debug: TIMER module_need() : 33.000 ms - Total 33.000 ms / 1 intvls (Avg 33.000 ms) [00e8fd54] [Media: bg] main encoder debug: looking for encoder module: 12 candidates [00e47fbc] [Media: bg] main input debug: Buffering 26% [00e8fd54] [Media: bg] avcodec encoder debug: libavcodec already initialized low delay forcing is only available for mpeg2 [00e8fd54] [Media: bg] avcodec encoder error: cannot open encoder [00e8fd54] [Media: bg] main encoder error: Streaming / Transcoding failed [00e8fd54] [Media: bg] main encoder error: VLC could not open the encoder. [00e8fd54] [Media: bg] main encoder debug: TIMER module_need() : 16.000 ms - Total 16.000 ms / 1 intvls (Avg 16.000 ms) [00e4c8d4] [Media: bg] stream_out_transcode stream out error: cannot find video encoder (module:any fourcc:mp1v) [02c9daf4] [Media: bg] main decoder debug: removing module "fake" [00e4c8d4] [Media: bg] stream_out_transcode stream out error: cannot create video chain [00e5245c] [Media: bg] main packetizer error: cannot create packetizer output (fake) [00e47fbc] [Media: bg] main input debug: Buffering 40% [00e47fbc] [Media: bg] main input debug: Buffering 53% [00e47fbc] [Media: bg] main input debug: Buffering 66% [00e47fbc] [Media: bg] main input debug: Buffering 80% [00e47fbc] [Media: bg] main input debug: Buffering 93% [00e47fbc] [Media: bg] main input debug: Stream buffering done (320 ms in 320 ms) [00e47fbc] [Media: bg] main input debug: Decoder buffering done in 0 ms [0003bbe4] [Media: 2] main input debug: EOF reached [00e765c4] [Media: 4] main input debug: EOF reached [00e4fb5c] [Media: 1] main input debug: EOF reached [00e5ed74] [Media: 3] main input debug: EOF reached [02be62b4] [Media: 1] main packetizer debug: thread times: real 0m4.500000s, kernel 0m0.000000s, user 0m0.046875s [02be3114] [Media: 2] main packetizer debug: thread times: real 0m4.515625s, kernel 0m0.015625s, user 0m0.015625s [02bee714] [Media: 3] main packetizer debug: thread times: real 0m4.500000s, kernel 0m0.000000s, user 0m0.062500s [02c87c7c] [Media: 4] main packetizer debug: thread times: real 0m4.515625s, kernel 0m0.000000s, user 0m0.078125s [02be62b4] [Media: 1] main packetizer debug: removing module "packetizer_mpeg4video" [02bee714] [Media: 3] main packetizer debug: removing module "packetizer_mpeg4video" [02bee714] [Media: 3] main packetizer debug: killing decoder fourcc `mp4v', 0 PES in FIFO [02be3114] [Media: 2] main packetizer debug: removing module "packetizer_mpeg4video" [02be62b4] [Media: 1] main packetizer debug: killing decoder fourcc `mp4v', 0 PES in FIFO [02be3114] [Media: 2] main packetizer debug: killing decoder fourcc `mp4v', 0 PES in FIFO [00e655f4] [Media: 2] main stream output debug: removing a sout input (sout_input:00e76718) [00e8eb84] [Media: 3] main stream output debug: removing a sout input (sout_input:02c808f8) [02c87c7c] [Media: 4] main packetizer debug: removing module "packetizer_mpeg4video" [00e534c4] [Media: 1] main stream output debug: removing a sout input (sout_input:02bea218) [02ca2574] [Media: 3] avcodec decoder debug: ffmpeg codec (MPEG-4 Video) stopped [02c87c7c] [Media: 4] main packetizer debug: killing decoder fourcc `mp4v', 0 PES in FIFO [00e72a04] [Media: 4] main stream output debug: removing a sout input (sout_input:02c896f0) [02ca2574] [Media: 3] main decoder debug: removing module "avcodec" [02bf1e64] [Media: 4] avcodec decoder debug: ffmpeg codec (MPEG-4 Video) stopped [02ca1414] [Media: 1] avcodec decoder debug: ffmpeg codec (MPEG-4 Video) stopped [00e717bc] [Media: 2] avcodec decoder debug: ffmpeg codec (MPEG-4 Video) stopped [02bf1e64] [Media: 4] main decoder debug: removing module "avcodec" [02c98f4c] main filter debug: removing module "swscale" [02ca1414] [Media: 1] main decoder debug: removing module "avcodec" [00e717bc] [Media: 2] main decoder debug: removing module "avcodec" [02c9d694] main filter debug: removing module "swscale" [02be7424] [Media: 3] mp4 demux debug: freeing all memory [02be7424] [Media: 3] main demux debug: removing module "mp4" [02bedb8c] [Media: 3] main stream debug: removing module "stream_filter_record" [06cf5c3c] main filter debug: removing module "swscale" [02bf1b44] [Media: 4] mp4 demux debug: freeing all memory [02bf566c] main filter debug: removing module "swscale" [00e23a94] [Media: 3] main access debug: removing module "access_file" [00e6e30c] [Media: 2] mp4 demux debug: freeing all memory [00e222f4] [Media: 1] mp4 demux debug: freeing all memory [02bf1b44] [Media: 4] main demux debug: removing module "mp4" [00e6e30c] [Media: 2] main demux debug: removing module "mp4" [00e222f4] [Media: 1] main demux debug: removing module "mp4" [00e5ed74] [Media: 3] main input debug: Program doesn't contain anymore ES [02c8482c] [Media: 4] main stream debug: removing module "stream_filter_record" [00e76904] [Media: 2] main stream debug: removing module "stream_filter_record" [00e230f4] [Media: 1] main stream debug: removing module "stream_filter_record" [00e5ed74] [Media: 3] main input debug: thread ended [00e76f94] [Media: 1] main access debug: removing module "access_file" [00e4fb5c] [Media: 1] main input debug: Program doesn't contain anymore ES [00e52334] [Media: 4] main access debug: removing module "access_file" [00e50bbc] [Media: 2] main access debug: removing module "access_file" [00e4fb5c] [Media: 1] main input debug: thread ended [0003bbe4] [Media: 2] main input debug: Program doesn't contain anymore ES [00e765c4] [Media: 4] main input debug: Program doesn't contain anymore ES [0003bbe4] [Media: 2] main input debug: thread ended [00e765c4] [Media: 4] main input debug: thread ended [00e4fb5c] [Media: 1] main input debug: thread times: real 0m4.609375s, kernel 0m0.000000s, user 0m0.015625s [00e547ec] main stream out debug: destroying chain... (name=duplicate) [00e547ec] stream_out_duplicate stream out debug: closing a duplication [00e555dc] main stream out debug: destroying chain... (name=mosaic-bridge) [00e555dc] main stream out debug: removing module "stream_out_mosaic_bridge" [00e555dc] main stream out debug: destroying chain done [00e6e1a4] main stream out debug: destroying chain... (name=bridge-out) [00e6e1a4] main stream out debug: removing module "stream_out_bridge" [00e6e1a4] main stream out debug: destroying chain done [00e547ec] main stream out debug: removing module "stream_out_duplicate" [00e547ec] main stream out debug: destroying chain done [00e4fb5c] [Media: 1] main input debug: TIMER input launching for 'A320a.mp4' : 69.000 ms - Total 69.000 ms / 1 intvls (Avg 69.000 ms) [0003bbe4] [Media: 2] main input debug: thread times: real 0m4.609375s, kernel 0m0.000000s, user 0m0.015625s [00e5eecc] main stream out debug: destroying chain... (name=duplicate) [00e5eecc] stream_out_duplicate stream out debug: closing a duplication [00e6ecb4] main stream out debug: destroying chain... (name=mosaic-bridge) [00e6ecb4] main stream out debug: removing module "stream_out_mosaic_bridge" [00e6ecb4] main stream out debug: destroying chain done [00e6f074] main stream out debug: destroying chain... (name=bridge-out) [00e6f074] main stream out debug: removing module "stream_out_bridge" [00e6f074] main stream out debug: destroying chain done [00e5eecc] main stream out debug: removing module "stream_out_duplicate" [00e5eecc] main stream out debug: destroying chain done [0003bbe4] [Media: 2] main input debug: TIMER input launching for 'A320b.mp4' : 63.000 ms - Total 63.000 ms / 1 intvls (Avg 63.000 ms) [00e5ed74] [Media: 3] main input debug: thread times: real 0m4.593750s, kernel 0m0.000000s, user 0m0.000000s [00e75e04] main stream out debug: destroying chain... (name=duplicate) [00e75e04] stream_out_duplicate stream out debug: closing a duplication [00e6fefc] main stream out debug: destroying chain... (name=mosaic-bridge) [00e6fefc] main stream out debug: removing module "stream_out_mosaic_bridge" [00e6fefc] main stream out debug: destroying chain done [02be037c] main stream out debug: destroying chain... (name=bridge-out) [02be037c] main stream out debug: removing module "stream_out_bridge" [02be037c] main stream out debug: destroying chain done [00e75e04] main stream out debug: removing module "stream_out_duplicate" [00e75e04] main stream out debug: destroying chain done [00e5ed74] [Media: 3] main input debug: TIMER input launching for 'A320c.mp4' : 61.000 ms - Total 61.000 ms / 1 intvls (Avg 61.000 ms) [00e765c4] [Media: 4] main input debug: thread times: real 0m4.578125s, kernel 0m0.000000s, user 0m0.000000s [02be577c] main stream out debug: destroying chain... (name=duplicate) [02be577c] stream_out_duplicate stream out debug: closing a duplication [00e7679c] main stream out debug: destroying chain... (name=mosaic-bridge) [00e7679c] main stream out debug: removing module "stream_out_mosaic_bridge" [00e7679c] main stream out debug: destroying chain done [02c82afc] main stream out debug: destroying chain... (name=bridge-out) [02c82afc] main stream out debug: removing module "stream_out_bridge" [02c82afc] main stream out debug: destroying chain done [02be577c] main stream out debug: removing module "stream_out_duplicate" [02be577c] main stream out debug: destroying chain done [00e765c4] [Media: 4] main input debug: TIMER input launching for 'A320d.mp4' : 47.000 ms - Total 47.000 ms / 1 intvls (Avg 47.000 ms) [00e47fbc] [Media: bg] main input debug: EOF reached [00e5245c] [Media: bg] main packetizer debug: thread times: real 0m10.000000s, kernel 0m0.015625s, user 0m0.000000s [00e5245c] [Media: bg] main packetizer debug: removing module "packetizer_copy" [00e5245c] [Media: bg] main packetizer debug: killing decoder fourcc `fake', 0 PES in FIFO [02beef4c] [Media: bg] main demux debug: removing module "access_fake" [00e47fbc] [Media: bg] main input debug: Program doesn't contain anymore ES [00e47fbc] [Media: bg] main input debug: thread ended [00e47fbc] [Media: bg] main input debug: thread times: real 0m10.078125s, kernel 0m0.031250s, user 0m0.015625s [00e4c8d4] main stream out debug: destroying chain... (name=transcode) [00e44d5c] main stream out debug: destroying chain... (name=bridge-in) [00e44584] main stream out debug: destroying chain... (name=display) [00e44584] main stream out debug: removing module "stream_out_display" [00e44584] main stream out debug: destroying chain done [00e44d5c] main stream out debug: removing module "stream_out_bridge" [00e44d5c] main stream out debug: destroying chain done [00e5fdbc] main generic debug: thread times: real 0m0.000000s, kernel 0m0.000000s, user 0m0.000000s [00e33264] main spu text debug: removing module "freetype" [02c7ec3c] main scale debug: removing module "yuvp" [00e6c33c] main scale debug: removing module "swscale" [00e4c8d4] main stream out debug: removing module "stream_out_transcode" [00e4c8d4] main stream out debug: destroying chain done [00e47fbc] [Media: bg] main input debug: TIMER input launching for 'mosaic_background.png' : 83.000 ms - Total 83.000 ms / 1 intvls (Avg 83.000 ms)
I have no idea what I'm looking for, but there are a few lines in there that say "error". Specifically:

Code: Select all

[00e8fd54] [Media: bg] avcodec encoder error: cannot open encoder [00e8fd54] [Media: bg] main encoder error: Streaming / Transcoding failed [00e8fd54] [Media: bg] main encoder error: VLC could not open the encoder. [00e8fd54] [Media: bg] main encoder debug: TIMER module_need() : 16.000 ms - Total 16.000 ms / 1 intvls (Avg 16.000 ms) [00e4c8d4] [Media: bg] stream_out_transcode stream out error: cannot find video encoder (module:any fourcc:mp1v) [02c9daf4] [Media: bg] main decoder debug: removing module "fake" [00e4c8d4] [Media: bg] stream_out_transcode stream out error: cannot create video chain [00e5245c] [Media: bg] main packetizer error: cannot create packetizer output (fake)
Does this mean I'm not creating the background correctly?

Re: mosaic on mozaic wizard help me

Posted: 10 May 2010 20:54
by diafygi
Just an update. I got my four camera streams working. Here's my mosaic_config.conf file:

Code: Select all

new cam1 broadcast enabled setup cam1 input rtsp://192.168.1.11/axis-media/media.amp setup cam1 output #duplicate{dst="mosaic-bridge{id=1,width=800,height=450}"} new cam2 broadcast enabled setup cam2 input rtsp://192.168.1.12/axis-media/media.amp setup cam2 output #duplicate{dst="mosaic-bridge{id=2,width=800,height=450}"} new cam3 broadcast enabled setup cam3 input rtsp://192.168.1.13/axis-media/media.amp setup cam3 output #duplicate{dst="mosaic-bridge{id=3,width=800,height=450}"} new cam4 broadcast enabled setup cam4 input rtsp://192.168.1.14/axis-media/media.amp setup cam4 output #duplicate{dst="mosaic-bridge{id=4,width=800,height=450}"} new mosaic broadcast enabled setup mosaic input fake:// setup mosaic option mosaic-width=1600 setup mosaic option mosaic-height=900 setup mosaic option mosaic-rows=2 setup mosaic option mosaic-cols=2 setup mosaic option mosaic-position=1 setup mosaic option mosaic-order="1,2,3,4" setup mosaic option fake-file="background.png" setup mosaic option fake-caching=50 setup mosaic option fake-width=1600 setup mosaic option fake-height=900 setup mosaic option fake-fps="24" setup mosaic option fake-deinterlace setup mosaic output #transcode{deinterlace,sfilter=mosaic,vcodec=mp4v,vb=10000,acodec=none}:bridge-in{id-offset=100}:display control cam1 play control cam2 play control cam3 play control cam4 play control mosaic play
To start the streaming, I run VLC with the following command:

Code: Select all

vlc --vlm-conf mosaic_config.conf
I haven't really played around with it much. My conf file is based on this thread. I'm still having trouble with this problem, though.