From: telecaster Date: Tue, 4 Feb 2025 21:14:05 +0000 (+0100) Subject: fix width X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3241f6f5260d7bb58ec7c99ddb9fe59dd485af60;p=telecaster-server.git fix width --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 202bee6..14118e2 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 \