11 buildKodiBinaryAddon rec {
12 pname = "inputstream-ffmpegdirect";
13 namespace = "inputstream.ffmpegdirect";
16 src = fetchFromGitHub {
18 repo = "inputstream.ffmpegdirect";
19 rev = "${version}-${rel}";
20 sha256 = "sha256-pPufkDPHq5EsvC6YTsRX9TjqjIczOL/6Vc5HGDIe9Gk=";
30 homepage = "https://github.com/xbmc/inputstream.ffmpegdirect/";
31 description = "InputStream Client for streams that can be opened by either FFmpeg's libavformat or Kodi's cURL";
32 platforms = platforms.all;
33 license = licenses.gpl2Plus;
34 maintainers = teams.kodi.members;