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