From: telecaster Date: Tue, 11 Mar 2025 09:49:49 +0000 (+0100) Subject: remove gst timestamp X-Git-Tag: 4.1.0~86 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cdd611249556c4855f3ae39bdc20ba87aa2fa2c8;p=telecaster-server.git remove gst timestamp --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 14e7952..0a32582 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -13,7 +13,6 @@ from copy import deepcopy VIDEO_PIPELINE_BASE="""v4l2src device=/dev/video{id} ! {format}, width={width}, height={height}, framerate={framerate}/1 \ ! queue ! {decoder} \ ! queue min-threshold-time={video_delay} ! videoflip method={flip} \ - ! queue ! timecodestamper first-timecode-to-now=true \ ! queue ! videoconvert \ ! queue ! vp8enc threads=4 deadline=2 \ ! queue ! muxout. \