Skip to content

Commit

Permalink
Allow maximal burst speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Jun 30, 2024
1 parent 9786c21 commit 8f5de0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ elif [ "$OUTPUT_FORMAT" == "wav" ]; then
fi

# Define output server for ffmpeg
FF_OUTPUT_SERVER="srt://$STREAM_HOST:$STREAM_PORT?pkt_size=1316&oheadbw=50&maxbw=-1&latency=5000000&mode=caller&transtype=live&streamid=$STREAM_MOUNTPOINT&passphrase=$STREAM_PASSWORD"
FF_OUTPUT_SERVER="srt://$STREAM_HOST:$STREAM_PORT?pkt_size=1316&oheadbw=100&maxbw=-1&latency=5000000&mode=caller&transtype=live&streamid=$STREAM_MOUNTPOINT&passphrase=$STREAM_PASSWORD"

# Add RAM disk
if [ "$SAVE_OUTPUT" == "y" ]; then
Expand Down

0 comments on commit 8f5de0d

Please sign in to comment.