From 80cb96c91dd390e476617fd7e9fea410e9d40d7f Mon Sep 17 00:00:00 2001 From: niexiaorong Date: Mon, 15 Jun 2026 11:34:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(ffmpeg):=20=E5=A2=9E=E5=8A=A08.1.=E7=9A=84?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80,=20=E4=BF=AE=E5=A4=8Dts?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=9C=A8=E6=96=B0=E7=9A=84jdk17=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=B8=8B=E8=BD=AC=E7=A0=81=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jtt808/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jtt808/README.md b/jtt808/README.md index 4496289..30c5f3a 100644 --- a/jtt808/README.md +++ b/jtt808/README.md @@ -6,7 +6,10 @@ mkdir -p /home/docker-compose/opt # Enter directory cd /home/docker-compose/opt # Download +# 旧版7x(废弃) wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz +# 新版8.1 +wget https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-06-14-13-33/ffmpeg-n8.1.1-117-g7aecd49777-linux64-gpl-8.1.tar.xz # Decompress tar -xvf ffmpeg-release-amd64-static.tar.xz # Copy bin files