From dc291929201c8052f732e73213d9ed674e5daa81 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 12 Mar 2025 16:11:17 +0100 Subject: [PATCH] re-add jpeg video caps, rm video timestamp and delay --- bin/streaming/telecaster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 9f9463c..ce2576d 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -10,9 +10,9 @@ from copy import deepcopy # ! queue ! clockoverlay time-format="%D %H:%M:%S" \ -VIDEO_PIPELINE_BASE="""pipewiresrc client-name="video_streaming" \ +VIDEO_PIPELINE_BASE="""pipewiresrc client-name="video_streaming" ! {format}, width={width}, height={height}, framerate={framerate}/1 \ ! queue ! {decoder} \ - ! videoflip method={flip} \ + ! queue ! videoflip method={flip} \ ! queue ! videoconvert \ ! queue ! vp8enc threads=4 deadline=2 target-bitrate={vp8_bitrate} \ ! queue ! muxout. \ -- 2.39.5