From d57a1f985750176bf28305acab2d94b1a055354b 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 c5ed68e..96c49bb 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