From: Guillaume Pellerin Date: Wed, 12 Mar 2025 15:11:17 +0000 (+0100) Subject: re-add jpeg video caps, rm video timestamp and delay X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dc291929201c8052f732e73213d9ed674e5daa81;p=telecaster-server.git re-add jpeg video caps, rm video timestamp and delay --- 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. \