From 830300df3c8566dfd301edbc03da150a2c02a7a7 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 9 May 2021 10:12:50 -0400 Subject: [PATCH] Formatting --- stream/rtmp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stream/rtmp.sh b/stream/rtmp.sh index 2070138..1de2732 100644 --- a/stream/rtmp.sh +++ b/stream/rtmp.sh @@ -25,7 +25,8 @@ if [[ "${RTMP}" == "" ]]; then exit 2 fi -ffmpeg -re -i "${INPUT}"-c:v libx264 \ +ffmpeg -re -i "${INPUT}"\ + -c:v libx264 \ -preset veryfast \ -maxrate 2048k \ -bufsize 4096k \