This commit is contained in:
legop3
2026-03-17 19:46:53 -04:00
parent 93204ec1f1
commit 73ef6261ed
8 changed files with 204 additions and 115 deletions
+5 -1
View File
@@ -41,6 +41,8 @@ run_pipeline() {
-loglevel warning \
-fflags nobuffer \
-flags low_delay \
-max_delay 0 \
-reorder_queue_size 0 \
-analyzeduration 0 \
-probesize 32 \
-i "${AUDIO_FORWARD_URL}" \
@@ -55,7 +57,9 @@ run_pipeline() {
-t raw \
-f S16_LE \
-r 16000 \
-c 1
-c 1 \
-B 40000 \
-F 10000
local rc=$?
local -a statuses=("${PIPESTATUS[@]}")
LAST_FFMPEG_STATUS="${statuses[0]:-unknown}"