From d8c8b7f7272669282a38e5b7a6f7cfbe0dd20fe0 Mon Sep 17 00:00:00 2001 From: legop3 Date: Sat, 29 Nov 2025 01:30:39 -0500 Subject: [PATCH] guh --- pi/bin/video-publisher.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pi/bin/video-publisher.sh b/pi/bin/video-publisher.sh index 29b8e38f..57c2f890 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -115,6 +115,8 @@ run_pipeline() { -fflags nobuffer \ -flags low_delay \ -max_interleave_delta 0 \ + -fflags +genpts \ + -use_wallclock_as_timestamps 1 \ -rtbufsize 0 \ -thread_queue_size 512 \ -f h264 \