Skip to content

Commit

Permalink
Align buffer with Liquidsoap input
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Sep 29, 2024
1 parent 297ca69 commit f35be82
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=100&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=10000000&mode=caller&transtype=live&streamid=$STREAM_MOUNTPOINT&passphrase=$STREAM_PASSWORD"

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

0 comments on commit f35be82

Please sign in to comment.