From: Guillaume Pellerin Date: Tue, 4 Feb 2025 11:48:31 +0000 (+0100) Subject: without path X-Git-Tag: 4.0.1~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e835a507ac1e62ebe7849d3cd761761c8b039f9f;p=telecaster-server.git without path --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index becaba3..66dea7a 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -10,7 +10,7 @@ from copy import deepcopy # ! queue ! clockoverlay time-format="%D %H:%M:%S" \ -VIDEO_PIPELINE_BASE="""pipewiresrc client-name="video_streaming" path={path} \ +VIDEO_PIPELINE_BASE="""pipewiresrc client-name="video_streaming" \ ! {format}, width=[{width}], height={height}, framerate={framerate}/1 \ ! queue ! {decoder} \ ! queue ! videoflip method={flip} \