ffmpeg-static
ffmpeg-static copied to clipboard
Error on build.sh
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.
``
The urls for the latest x264 have probably changed. Do you mind looking for another download source and submit a PR ?
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.
@zimbatm https://github.com/zimbatm/ffmpeg-static/pull/42 contains updated m5dsum values and URL's to fix the build.
Thanks @obihann !