]> git.parisson.com Git - telecaster-server.git/commitdiff
rm first video caps
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 4 Oct 2024 22:44:50 +0000 (00:44 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 2 Mar 2025 18:04:04 +0000 (19:04 +0100)
tests/tc_video_pw.sh

index 23b6ab4ce91f92911c8a524a50023e38d122ee22..7fb9403d03e384634c6ed45053fafe54a068cb04 100755 (executable)
@@ -6,7 +6,7 @@ set -e
 
 source /etc/telecaster/telecaster.conf
 
-gst-launch-1.0 pipewiresrc client-name="video_streaming" ! $VIDEO_FORMAT, width=$VIDEO_WIDTH, height=$VIDEO_HEIGHT, framerate=$VIDEO_FRAMERATE/1  \
+gst-launch-1.0 pipewiresrc client-name="video_streaming" \
        ! queue ! $VIDEO_DECODER \
        ! queue ! videoconvert \
        ! queue ! vp8enc threads=4 deadline=2 target-bitrate=2000000 \