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}" }