Skip to content

Commit 073cc66

Browse files
committed
updating ffmpeg version
1 parent 60cc91c commit 073cc66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.hwaccel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -eux; \
4343
cd /build; \
4444
. app/.env; \
4545
mkdir -p tokens ${QSV:+usr/lib}; \
46-
curl -SL https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-linux64-lgpl-6.1.tar.xz -o ffmpeg.tar.xz; \
46+
curl -SL https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.1-latest-linux64-lgpl-7.1.tar.xz -o ffmpeg.tar.xz; \
4747
tar -Jxf ffmpeg.tar.xz --strip-components=1 -C usr/local --wildcards '*ffmpeg'; \
4848
rm ffmpeg.tar.xz; \
4949
curl -fsSL https://github.com/bluenviron/mediamtx/releases/download/v${MTX_TAG}/mediamtx_v${MTX_TAG}_linux_${MTX_ARCH}.tar.gz -o mediamtx.tar.gz; \

0 commit comments

Comments
 (0)