From: Guillaume Pellerin Date: Tue, 5 Mar 2024 08:42:20 +0000 (+0100) Subject: use arg for video loopback url X-Git-Tag: 2.4~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=49f0bad37e9fcd137e6ef72216c0dd57857b352f;p=telecaster-server.git use arg for video loopback url --- diff --git a/bin/streaming/loopback/launch-url2video.sh b/bin/streaming/loopback/launch-url2video.sh index 212228c..1c8c546 100755 --- a/bin/streaming/loopback/launch-url2video.sh +++ b/bin/streaming/loopback/launch-url2video.sh @@ -1,6 +1,6 @@ #!/bin/bash -URL=https://e-learning.crfpa.pre-barreau.com/media/Pre-Barreau/CRFPA/2021/Libertes_-_Cours/3cf774cb990d9987/crfpa-libertes-cours-09_16_21-09:45:47.mp4 +URL=http://$1:8000/monitor.webm VIDEO_SINK_NAME="/dev/video12" AUDIO_SINK_NAME="mix-for-virtual-mic"