From: telecaster Date: Tue, 4 Feb 2025 21:14:05 +0000 (+0100) Subject: fix width X-Git-Tag: 4.1.0~48^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2b0a49af6b4b4e6bd48b65314158022d223c6c07;p=telecaster-server.git fix width --- 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 \