Update ffmpeg-fetch.sh

Extended timeout on curl for ffmpeg download.
This commit is contained in:
mholmqvist
2023-01-06 19:22:02 +01:00
committed by GitHub
parent 9c0a77cb6e
commit cfb28f3d43

View File

@@ -26,7 +26,7 @@ apt-get update && apt-get -y install curl xz-utils
echo "(2/5) DOWNLOAD - Acquire latest ffmpeg and ffprobe from John van Sickle's master-sourced builds in ffmpeg obtain layer"
curl -o ffmpeg.txz \
--connect-timeout 5 \
--max-time 10 \
--max-time 120 \
--retry 5 \
--retry-delay 0 \
--retry-max-time 40 \