From 65975124f458a8ce49962877a3842aff4b2f401e Mon Sep 17 00:00:00 2001 From: legop3 Date: Fri, 28 Nov 2025 04:26:04 -0500 Subject: [PATCH] mhmm --- pi/bin/video-publisher.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pi/bin/video-publisher.sh b/pi/bin/video-publisher.sh index ddd983e7..27b67343 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -83,8 +83,6 @@ run_pipeline() { --bitrate "${VIDEO_BITRATE}" \ --codec h264 \ --profile baseline \ - --intra 15 \ - --idrperiod 15 \ --denoise cdn_off \ --nopreview \ --awb custom \ @@ -98,6 +96,7 @@ run_pipeline() { -thread_queue_size 512 \ -f h264 \ -i pipe:0 \ + -thread_queue_size 512 \ -f "${AUDIO_FORMAT}" \ -ar "${AUDIO_RATE}" \ -ac "${AUDIO_CHANNELS}" \