Kodi Community Forum
Solved Can´t find InputStream Adaptive add-on on Kodi repo - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: VideoPlayer InputStream (https://forum.kodi.tv/forumdisplay.php?fid=312)
+---- Thread: Solved Can´t find InputStream Adaptive add-on on Kodi repo (/showthread.php?tid=370956)



Can´t find InputStream Adaptive add-on on Kodi repo - patastrami - 2022-12-27

I am writing here because I can't find InputStream Adaptive add-on inside Kodi repository to install it.
I am getting an error on a video add-on because InputStream Adaptive is not installed. I read in the video add-on instructions that some Linux distros (as it is my case) require a manual installation of InputStream Adaptive. Because of this, I am trying to install it manually.
I try to follow the instructions that are included in many tutorials, so I go to Kodi > Settings (cog icon) > Add-ons > Install from Repository > Kodi Add-on repository. I was supposed to find here a "Video Player InputStream" or "Input Stream" category, but it is not displayed. I tried to find the add-on "InputStream Adaptive" in other categories, but it is missing.
I am using Ubuntu 22.10. Kodi version is 20.0-ALPHA2 (the one automatically installed by Ubuntu). I tried to add the nightly repository and reinstall it, and then it installs Kodi version 21.0-ALPHA, but problem persists.
I tried to install InputStream Adaptive from a zip file, but I get an error that installation failed.
I would appreciate your help.


RE: Can´t find InputStream Adaptive add-on on Kodi repo - DarrenHill - 2022-12-27

I think you have to install it via apt, as binary addons under Linux (wiki) are packaged separately and have to be installed outside of Kodi.

Try sudo apt install kodi-inputstream-adaptive from the command line or via your preferred package manager.


RE: Can´t find InputStream Adaptive add-on on Kodi repo - patastrami - 2022-12-27

Hi DarrenHill,
I applied the command from terminal, then reboot (otherwise changes were not applied) and... IT WORKED! Smile
Many thanks for your quick help.


Can´t find InputStream Adaptive add-on on Kodi repo - Dangelus - 2022-12-27

Thread marked solved.


RE: Can´t find InputStream Adaptive add-on on Kodi repo - mrengy - 2023-10-28

I had the same issue, ran
Code:
sudo apt install kodi-inputstream-adaptive
, and got

$ sudo apt install kodi-inputstream-adaptive
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package kodi-inputstream-adaptive


RE: Can´t find InputStream Adaptive add-on on Kodi repo - mrengy - 2023-10-28

Can I or someone mark this thread as unsolved?