Open OliverWich opened 1 month ago
For some reason, when running in a Docker environment the install of ffmpeg-static fails due to trying to reach its download Server via port 80.
ffmpeg-static
This also happens when manually using mirrors as the download url as :80 gets inserted after the host.
:80
FFMPEG_BINARIES_URL=https://cdn.npmmirror.com/binaries/ffmpeg-static FFPROBE_BINARIES_URL=https://cdn.npmmirror.com/binaries/ffprobe-static
This is an issue with bun 1.1.27 as downgrading to 1.1.26 fixes the issue.
For some reason, when running in a Docker environment the install of
ffmpeg-static
fails due to trying to reach its download Server via port 80.This also happens when manually using mirrors as the download url as
:80
gets inserted after the host.