From c141fd151a44f3d582c8fb20727e70384322f3fb Mon Sep 17 00:00:00 2001 From: legop3 Date: Thu, 27 Nov 2025 22:22:05 -0500 Subject: [PATCH] uhg --- pi/bin/video-publisher.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pi/bin/video-publisher.sh b/pi/bin/video-publisher.sh index 0cd75e22..4841e272 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -82,6 +82,7 @@ run_pipeline() { -f h264 \ -i pipe:0 \ -f alsa \ + -guess_layout_max 0 \ -thread_queue_size 2048 \ -ac "${AUDIO_CHANNELS}" \ -ar "${AUDIO_RATE}" \ @@ -93,7 +94,7 @@ run_pipeline() { -frame_duration 60 \ -ac:a "${AUDIO_CHANNELS}" \ -ar:a "${AUDIO_RATE}" \ - -af "aresample=async=1:min_hard_comp=0.050:first_pts=0" \ + -af "pan=1c|c0=c0,volume=20dB" \ -flush_packets 1 \ -f mpegts \ "${PUBLISH_URL}"