From e38f2a213ac53050ed8f5371e0290824c988e573 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 31 Jan 2024 22:46:56 +0100 Subject: [PATCH] back to the roots --- bin/streaming/tc_video_simple_webm_stream-gst1.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/bin/streaming/tc_video_simple_webm_stream-gst1.sh b/bin/streaming/tc_video_simple_webm_stream-gst1.sh index 4186248..50cf7a4 100755 --- a/bin/streaming/tc_video_simple_webm_stream-gst1.sh +++ b/bin/streaming/tc_video_simple_webm_stream-gst1.sh @@ -6,14 +6,7 @@ set -e source /etc/telecaster/telecaster.conf -# GST launch -if [ -z "${V4L2_ID_1-}" ]; then - V4L2_IDS=($V4L2_ID, $V4L2_ID_1) -else - V4L2_IDS=($V4L2_ID) -fi - -for ID in ${V4L2_IDS[@]}; do +ID=$1 # V4L2 setup if [ ! -z "${V4L2_ZOOM-}" ]; then -- 2.39.5