Hopefully this is an easy fix error on my part, but I currently have multiple multicast streams coming out of encoders. I was using multiple instances of VLC to view these before i found that Mosaic supported this with one instance. I have searched to find my answer before posting but can't seem to figure it out. I have used the web interface to generate the code and it seems to be working and the videos are counting secs but the only image i see is the background image. Is there something that i am missing. I have posted my commands below. Any help would be greatly appreciated.
Thanks
Chris
# 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 "fake://" option "fake-file=C:/BlackTS.png" option "fake-width=1280" option "fake-height=800" option "fake-ar=4:3"
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=800
setup bg option mosaic-width=1280
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=5
setup bg option mosaic-cols=5
setup bg option mosaic-order=_,_,_,_,_,_,_,_,_,_,_,_,Test,_,_,_,_,_,_,_,_,_,_,_,_
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture
# Input options
new Test broadcast enabled
setup Test input "udp://229.1.1.41:5411"
setup Test output #duplicate{dst=mosaic-bridge{id=Test,width=248,height=156},select=video,dst=bridge-out{id=12},select=audio}
# Launch everything
control bg play
control Test play
# end of mosaic batch