From b35a403d70e8bed3ba28a5919bc9a4325360e827 Mon Sep 17 00:00:00 2001 From: legop3 Date: Mon, 11 May 2026 20:44:34 -0400 Subject: [PATCH] vptweak --- 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 47889edd..821dd013 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -135,6 +135,8 @@ run_pipeline() { -c:v copy \ -an \ -flush_packets 1 \ + -muxdelay 0 \ + -muxpreload 0 \ -f mpegts \ "${PUBLISH_URL}" }