ffmpeg-static icon indicating copy to clipboard operation
ffmpeg-static copied to clipboard

Error on build.sh

Open isantolin opened this issue 10 years ago • 4 comments

When i run over Debian server, shows me that error

--2015-09-09 21:00:36--  http://mirror2.openwrt.org/sources/last_x264.tar.bz2
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-09-09 21:00:36 ERROR 404: Not Found.

Download failed.
--2015-09-09 21:00:36--  http://downloads.openwrt.org/sources/last_x264.tar.bz2
Resolving downloads.openwrt.org (downloads.openwrt.org)... 78.24.191.177
Connecting to downloads.openwrt.org (downloads.openwrt.org)|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-09-09 21:00:37 ERROR 404: Not Found.

``

isantolin avatar Sep 09 '15 21:09 isantolin

The urls for the latest x264 have probably changed. Do you mind looking for another download source and submit a PR ?

zimbatm avatar Sep 10 '15 08:09 zimbatm

The download url needs to be set like:

http://download.videolan.org/pub/videolan/x264/snapshots/

and the md5sum for last_x264.tar.bz2 has changed to afb0ec994de5cc7757c633de954e6da6

Seems like there is a bunch of md5sum conflicts needed to be fixed, I guess.

zenny avatar Oct 07 '15 18:10 zenny

@zimbatm https://github.com/zimbatm/ffmpeg-static/pull/42 contains updated m5dsum values and URL's to fix the build.

obihann avatar Mar 03 '16 13:03 obihann

Thanks @obihann !

zimbatm avatar Mar 03 '16 14:03 zimbatm