How to install prior version? - 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: How to install prior version? (/showthread.php?tid=380075) |
How to install prior version? - dshorrosh - 2025-01-08 I've been chasing down potential fixes to live video freezing for some streaming services (VOD not affected), and came across this info: https://forum.kodi.tv/showthread.php?tid=378006 https://github.com/xbmc/inputstream.adaptive/issues/1589 The way I read it, ISA v21.9.4 and going to version 14.40.33810.0 of Microsoft Visual C++ Redistributable can fix the issue. Can anybody confirm this, and provide guidance on how to install that prior ISA build on a Win10 machine? I am moderately technical but not a coder FWIW. Thanks in advance. RE: How to install prior version? - emveepee - 2025-01-09 There were some Windows builds that needs a newer runtime but once that was installed older add-ons should still work. If the version you want isn't available as alternative versions from the addon settings there could be another compatibility issue. Martin RE: How to install prior version? - dshorrosh - 2025-01-09 Thanks for your response Martin RE: How to install prior version? - scott967 - 2025-01-10 From what I see v21.5.7 is the oldest version on the mirrors. Unless someone has 21.4.9 on their system to upload somewhere the only way I see you would need to build it yourself from the github repo from here: https://github.com/xbmc/inputstream.adaptive/commit/dde35aa59187aaf255797611547add5c90c66dd2 scott s. . |