kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 899 forks source link

tar: Error opening archive: Unrecognized archive format #176

Open TigerHemeng opened 8 months ago

TigerHemeng commented 8 months ago

When the script runs to "curl http://www.ffmpeg.org/releases/$SOURCE.tar.bz2 | tar xj \ || exit 1", the terminal occurred an error: tar: Error opening archive: Unrecognized archive format.

How to fix it

kewlbear commented 8 months ago

It looks like they stopped serving http protocol. Just change http to https and it works.