This commit is contained in:
2023-09-18 14:48:44 +02:00
parent 1961c0c32e
commit 016c4534d9
2 changed files with 28 additions and 0 deletions

8
launcher_lca Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [ -z "$1" ]
then
USER=$(zenity --entry --text="Enter user name for launcher on machine network" 2> /dev/null)
else
USER=$1
fi
ssh -J $USER@sf-gw $USER@sf-lca "bash launcher"

20
mosaic01.vlm Normal file
View File

@@ -0,0 +1,20 @@
new channel1 broadcast enabled
setup channel1 input udp://@239.255.2.60:1234
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 udp://@239.255.10.200:1234
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 udp://@239.255.6.9:1234
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 /full/path/to/background.png
setup background output #transcode{sfilter=mosaic,vcodec=mp2v,vb=10000,scale=1}:bridge-in{delay=400,id-offset=100}:standard{access=udp,mux=ts,url=239.255.12.42,sap,name="mosaic"}
control background play
control channel1 play
control channel2 play
control channel3 play