From: Guillaume Pellerin Date: Wed, 31 Jan 2024 21:26:07 +0000 (+0100) Subject: fix IDs list X-Git-Tag: 3.0~36 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a49b833ac803d5de5850d505ffef79017d8acee9;p=telecaster-server.git fix IDs list --- diff --git a/bin/streaming/tc_video_simple_webm_stream-gst1.sh b/bin/streaming/tc_video_simple_webm_stream-gst1.sh index 26d36fe..0734a6e 100755 --- a/bin/streaming/tc_video_simple_webm_stream-gst1.sh +++ b/bin/streaming/tc_video_simple_webm_stream-gst1.sh @@ -13,7 +13,7 @@ else V4L2_IDS=(V4L2_ID) fi -for ID in ${V4L2_ID[@]}; do +for ID in ${V4L2_IDS[@]}; do # V4L2 setup if [ ! -z "${V4L2_ZOOM-}" ]; then