From 30db09609e927de5ca4e75e6d240b09ce4bdda4a Mon Sep 17 00:00:00 2001 From: telecaster Date: Tue, 4 Feb 2025 22:14:05 +0100 Subject: [PATCH] fix width --- bin/streaming/telecaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 039b0ed..c5ed68e 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -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 \ -- 2.39.5