14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
|
config BR2_PACKAGE_KODI_INPUTSTREAM_FFMPEGDIRECT
|
||
|
bool "kodi-inputstream-ffmpegdirect"
|
||
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
||
|
select BR2_PACKAGE_BZIP2
|
||
|
select BR2_PACKAGE_FFMPEG
|
||
|
select BR2_PACKAGE_FFMPEG_GPL
|
||
|
select BR2_PACKAGE_FFMPEG_POSTPROC
|
||
|
help
|
||
|
This is a Kodi input stream addon for streams that can be
|
||
|
opened by FFmpeg's libavformat, such as plain TS, HLS and
|
||
|
DASH streams.
|
||
|
|
||
|
https://github.com/xbmc/inputstream.ffmpegdirect
|