From 59b240c7648adca571640fec25fe80b7663646ad Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 2 Mar 2025 19:16:17 +0100 Subject: [PATCH] cleanup --- bin/streaming/telecaster.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 14118e2..bad71bd 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -8,7 +8,6 @@ import yaml from threading import Thread 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 \ -- 2.39.5