I have a problem when I want to select one service of one MPTS. My code is the next:
Code: Select all
# Reset VLM configuration
del all
new HISP60 broadcast enabled
setup HISP60 input "udp://@224.168.223.105:2105"
setup HISP60 output #duplicate{dst=display,dst=mosaic-bridge{id=1,height=96,width=120},select=video,dst=mosaic-bridge{id=2,height=96,width=120},select=video,dst=mosaic-bridge{id=3,height=96,width=120},select=video,dst=mosaic-bridge{id=4,height=96,width=120},select=video,dst=display,dst=mosaic-bridge{id=5,height=96,width=120},select=video,dst=mosaic-bridge{id=6,height=96,width=120},select=video,dst=mosaic-bridge{id=7,height=96,width=120},select=video,dst=mosaic-bridge{id=8,height=96,width=120},select=video,dst=mosaic-bridge{id=9,height=96,width=120},select=video}
#Background options
new bg broadcast enabled
setup bg input "fake://" option "fake-file=C:\Documents and Settings\admin\Escritorio\mosaic\mosaic.png" option "fake-width=360" option "fake-height=288" option "fake-aspect-ratio=4:3"
setup bg option sub-filter=mosaic
setup bg output #transcode{vcodec=mp2v,vb=4096,scale=1,fps=25,acodec=mp3,ab=96,channels=2,sfilter=mosaic}:transcode{vcodec=mp2v,vb=4096,scale=1,fps=25,acodec=mp3,ab=96,channels=2,sfilter='marq{marquee=ViT TV,x=40,y=83,size=12}:marq{marquee=CNC,x=165,y=83,size=12}:marq{marquee=VNEWS,x=280,y=83,size=12}:marq{marquee=AlJAZEERA,x=25,y=182,size=12}:marq{marquee=TV5,x=168,y=182,size=12}:marq{marquee=TBNe,x=285,y=182,size=12}:marq{marquee=CUBAVISION,x=22,y=288,size=12}:marq{marquee=DAYSTAR,x=155,y=288,size=12}:marq{marquee=Otro,x=290,y=288,size=12'}:bridge-in{offset=100,chroma=I420}:duplicate{dst=std{access=udp{ttl=128},mux=ts,dst=224.168.223.240:2240}}
# Mosaic options
setup bg option mosaic-alpha=255
setup bg option mosaic-chroma=I420
setup bg option mosaic-height=288
setup bg option mosaic-width=360
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=3
setup bg option mosaic-cols=3
setup bg option mosaic-order=1,2,3,4,5,6,7,8,9
setup bg option mosaic-keep-aspect-ratio="4:3"
setup bg option mosaic-keep-picture
control bg play
control HISP60 play
Code: Select all
dst=mosaic-bridge{id=1,height=96,width=120},[b]select="program=812,video,audio"[/b]}
Code: Select all
setup HISP60 option program=5
By th way, the mosaic works but shows 9 times the same program.
Any help??
Thanks a lot,
Raúl.