From cdd611249556c4855f3ae39bdc20ba87aa2fa2c8 Mon Sep 17 00:00:00 2001 From: telecaster Date: Tue, 11 Mar 2025 10:49:49 +0100 Subject: [PATCH] remove gst timestamp --- bin/streaming/telecaster.py | 1 - 1 file changed, 1 deletion(-) 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. \ -- 2.39.5