My inputs are like this
Code: Select all
new channel1 broadcast enabled
setup channel1 input "rtp://@:10000"
setup channel1 output #duplicate{dst=mosaic-bridge{id=channel1,width=180,height=144},select=video,dst=bridge-out{id=0},select=audio}
Code: Select all
#Background options
new bg broadcast enabled
setup bg input "fake:" option "fake-file=bg.jpg" option "fake-width=720" option "fake-height=576"
setup bg option sub-filter=mosaic
#setup bg output #transcode{vcodec=mp1v,vb=4096,scale=1,sfilter=mosaic}:bridge-in{offset=100}:std{access=udp{ttl=12},mux=,dst=192.168.101.180:2000}
setup bg output #transcode{vcodec=mp4v,vb=2048,scale=1,acodec=mp3,ab=512,channels=16,sfilter=mosaic}:bridge-in{offset=100}:std{access=udp{ttl=12},mux=ts,dst=192.168.101.180:2000}
# Mosaic options
setup bg option mosaic-alpha=255
setup bg option mosaic-height=576
setup bg option mosaic-width=720
setup bg option mosaic-align=5
setup bg option mosaic-xoffset=0
setup bg option mosaic-yoffset=0
setup bg option mosaic-vborder=0
setup bg option mosaic-hborder=0
setup bg option mosaic-position=1
setup bg option mosaic-rows=4
setup bg option mosaic-cols=4
setup bg option mosaic-order=channel1,channel2,channel3,channel4,channel10,channel20,channel30,channel40,channel11,channel21,channel31,channel41,channel12,channel22,channel32,channel42
setup bg option mosaic-delay=0
setup bg option mosaic-keep-aspect-ratio
setup bg option mosaic-keep-picture
Thanks in advance