]> git.parisson.com Git - telecaster-server.git/commitdiff
fix IDs list
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 21:26:07 +0000 (22:26 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 21:26:07 +0000 (22:26 +0100)
bin/streaming/tc_video_simple_webm_stream-gst1.sh

index 26d36feccad56f9b9b2b08a6d0186b46bcdb5d65..0734a6eb9687b82f2fa3065fd1b81ca55a0ff1e6 100755 (executable)
@@ -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