I'm using VLC 2.0.2 Twoflower on windows 7 64bits and this tutorial http://wiki.videolan.org/Mosaic to make a mosaic with working incoming rtsp, but something is going wrong.
My vlm config file look like this :
Code: Select all
new channel1 broadcast enabled
setup channel1 input "rtsp://myserver/mypath/my.stream"
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1},select=audio}
new channel2 broadcast enabled
setup channel2 input "rtsp://myserver/mypath/my.stream"
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio}
new channel3 broadcast enabled
setup channel3 input "rtsp://myserver/mypath/my.stream"
setup channel3 output #duplicate{dst=mosaic-bridge{id=3,height=144,width=180},select=video,dst=bridge-out{id=3},select=audio}
new background broadcast enabled
setup background input "file:///C:/Program%20Files%20%28x86%29/VideoLAN/VLC/image.png"
setup background output #transcode{sfilter=mosaic,vcodec=h264,vb=10000,scale=1,acodec=none}:bridge-in{delay=400,id-offset=100}:duplicate{dst=display,rtp{mux=ts,dst=127.0.0.1,port=5004}}
control background play
control channel1 play
control channel2 play
control channel3 play
And the tail of my log, nuthing but debug info happens before this;
Code: Select all
avcodec debug: trying url: C:\Program Files (x86)\VideoLAN\VLC\mosaic.vlm
avcodec debug: couldn't guess format
vobsub debug: this doesn't seem to be a vobsub file
ps warning: this does not look like an MPEG PS stream, continuing anyway
main debug: using demux module "ps"
main debug: TIMER module_need() : 64.061 ms - Total 64.061 ms / 1 intvls (Avg 64.061 ms)
main debug: looking for a subtitle file in C:\Program Files (x86)\VideoLAN\VLC\
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in C:\Users\vlc\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 11.668 ms - Total 11.668 ms / 1 intvls (Avg 11.668 ms)
main debug: `file:///C:/Program%20Files%20%28x86%29/VideoLAN/VLC/mosaic.vlm' successfully opened
ps warning: garbage at input, trying to resync...
main debug: EOF reached
main debug: finished input
main debug: removing module "ps"
main debug: removing module "stream_filter_record"
main debug: removing module "filesystem"
main debug: dead input
main debug: changing item without a request (current 0/1)
qt4 debug: IM: Deleting the input
main debug: nothing to play
main debug: TIMER input launching for 'mosaic.vlm' : 115.259 ms - Total 115.259 ms / 1 intvls (Avg 115.259 ms)