[Buildroot] [PATCH 1/1] package/tvheadend: add various options to disable optional components

Bernd Kuhls bernd.kuhls at t-online.de
Sat Apr 3 16:02:10 UTC 2021


Am Sat, 03 Apr 2021 17:33:39 +0200 schrieb Yann E. MORIN:

>> This patch makes sure that, when ffmpeg is enabled, it also provides
>> /usr/bin/ffmpeg, this will avoid problems like this:
>> https://github.com/LibreELEC/LibreELEC.tv/pull/
3163#issuecomment-446242298
> 
> OK, but then, does it make sense to not have ffmpeg at all. I.e. how
> valid is it to have BR2_PACKAGE_TVHEADEND_IPTV without the ffmpeg
> package?

Hi Yann,

other streamlists work without piping through ffmpeg, like
https://github.com/Free-IPTV/Countries

Most tvheadend users already have ffmpeg on their systems, mostly because 
of transcoding, others because of other packages depending on ffmpeg.
In this case I want to make sure that /usr/bin/ffmpeg is present out-of-
the-box when users start to play around with iptv and hit streamlists 
which use the pipe function, like I did last week ;) My system was indeed 
missing /usr/bin/ffmpeg...

But I do not want to force building ffmpeg just for iptv support in 
tvheadend when technically it is an optional runtime dependency.

Regards, Bernd



More information about the buildroot mailing list