Bug #3526
ffmpeg download link broken in build script?
0%
Description
When I try to build TV Headend following the instructions here : https://tvheadend.org/projects/tvheadend/wiki/Building the ffmpeg download stage fails and the build script proceeds to build ffmpeg from scratch. Which takes a very long time on a Raspberry Pi 2. This appears to be the case with x86 platforms too.
Error report is as follows (for x86 on Ubuntu 14.04.3 LTS) :DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/trusty/amd64/ffmpeg-c4f1ee52532da95205e87c47f0f21affe23e5d7a.tgz
--2016-01-24 10:03:07-- https://dl.bintray.com/tvheadend/misc/staticlib/trusty/amd64/ffmpeg-c4f1ee52532da95205e87c47f0f21affe23e5d7a.tgz
Resolving dl.bintray.com (dl.bintray.com)... 5.153.35.248, 159.122.18.156
Connecting to dl.bintray.com (dl.bintray.com)|5.153.35.248|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-01-24 10:03:07 ERROR 404: Not Found.
History
Updated by Lee Smith almost 9 years ago
Will this be fixed? Currently I cannot compile on RPi 2 due to this problem and another error that follows when it tries to compile libvpx.
Updated by virtual dj over 8 years ago
The same happens to me on x64 with the latest 48ef2de, but the build appears to proceed anyway.
What that library download is supposed to be used for? Maybe to avoid static compilation?
It fails also for the hdhomerun binary, again from https://dl.bintray.com.
Updated by Jaroslav Kysela over 8 years ago
It's not a fatal error. You may disable bintray cache using --disable-bintray_cache in the configure script.