]> git.parisson.com Git - telecaster-server.git/commitdiff
fix width
authortelecaster <telecaster@TC-34>
Tue, 4 Feb 2025 21:14:05 +0000 (22:14 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 2 Mar 2025 18:04:04 +0000 (19:04 +0100)
bin/streaming/telecaster.py

index 039b0ed10bd4bd7526f2792402b57368722e3f56..c5ed68e7c70ad325bdf166170147c3a83b278ad0 100755 (executable)
@@ -11,7 +11,7 @@ from copy import deepcopy
 #    ! queue ! clockoverlay time-format="%D %H:%M:%S" \
 
 VIDEO_PIPELINE_BASE="""pipewiresrc client-name="video_streaming" \
-    ! {format}, width=[{width}], height={height}, framerate={framerate}/1 \
+    ! {format}, width={width}, height={height}, framerate={framerate}/1 \
     ! queue ! {decoder} \
     ! queue ! videoflip method={flip} \
     ! queue ! videoconvert \