summaryrefslogtreecommitdiff
path: root/bin/loop+encode+stream
diff options
context:
space:
mode:
Diffstat (limited to 'bin/loop+encode+stream')
-rwxr-xr-xbin/loop+encode+stream3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/loop+encode+stream b/bin/loop+encode+stream
index 4266b53..48df91f 100755
--- a/bin/loop+encode+stream
+++ b/bin/loop+encode+stream
@@ -15,6 +15,7 @@ fi
FIRSTPORT=${2:-5002} # even number - next 3 ports used too
+ACHANNELS=2
AFRAMERATE=48000
ABITRATE=32000
@@ -25,7 +26,7 @@ VBITRATE=256000
# + Use same RTP payload types as GStreamer
ffmpeg -threads auto -re \
-stream_loop -1 -i "$INPUT" \
- -codec:a libopus -ac 2 -ar "$AFRAMERATE" -b:a "$ABITRATE" \
+ -codec:a libopus -ac "$ACHANNELS" -ar "$AFRAMERATE" -b:a "$ABITRATE" \
-vn \
-f rtp -payload_type 111 "rtp://$IP:$FIRSTPORT?pkt_size=1200" \
-an \