From fd756be49c9f084890d59f8e660fb9a4db8d42a5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 4 Feb 2025 12:48:31 +0100 Subject: [PATCH] without path --- 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 35a31df..202bee6 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} \ -- 2.39.5