From 016c4534d97398badd0c24d42ab5cb018f9493d5 Mon Sep 17 00:00:00 2001 From: lemke_h Date: Mon, 18 Sep 2023 14:48:44 +0200 Subject: [PATCH] fx --- launcher_lca | 8 ++++++++ mosaic01.vlm | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100755 launcher_lca create mode 100644 mosaic01.vlm diff --git a/launcher_lca b/launcher_lca new file mode 100755 index 0000000..dc16706 --- /dev/null +++ b/launcher_lca @@ -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" diff --git a/mosaic01.vlm b/mosaic01.vlm new file mode 100644 index 0000000..1b453c3 --- /dev/null +++ b/mosaic01.vlm @@ -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