11 buildKodiBinaryAddon rec {
12 pname = "inputstream-rtmp";
13 namespace = "inputstream.rtmp";
16 src = fetchFromGitHub {
18 repo = "inputstream.rtmp";
19 rev = "${version}-${rel}";
20 sha256 = "sha256-M6LFokWQRzBZ7inzRsMxyWzkV0XsGHh4d0CPhv1NCfI=";
30 homepage = "https://github.com/xbmc/inputstream.rtmp/";
31 description = "Client for RTMP streams";
32 platforms = platforms.all;
33 license = licenses.gpl2Plus;
34 maintainers = teams.kodi.members;