Bernard Mentink wrote:
> It seems this might be an issue as well:
>
>
make -f Makefile.ffmpeg
> make[1]: Entering directory '/home/bmentink/Builds/tvheadend'
> DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib//amd64/ffmpeg-2169ee4f65cc6fc502793dc947648255498d293d.tgz
> --2016-03-03 09:27:08-- https://dl.bintray.com/tvheadend/misc/staticlib//amd64/ffmpeg-2169ee4f65cc6fc502793dc947648255498d293d.tgz
> Resolving dl.bintray.com (dl.bintray.com)... 75.126.118.188, 108.168.243.150
> Connecting to dl.bintray.com (dl.bintray.com)|75.126.118.188|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2016-03-03 09:27:09 ERROR 404: Not Found.
>
> That source for that lib does not exist .... can someone please fix ....
This is because you haven't passed --disable-bintray_cache but even if you don't it should still build fine.
> IPTV compatible stream then it must be built with the --enable-libav ./configure
I don't think you can use libav and ffmpeg together I believe it's one or the other, by default it builds static ffmpeg which should be able to output IPTV compatible streams.. Are you following some old tutorial?