script.module.inputstreamhelper icon indicating copy to clipboard operation
script.module.inputstreamhelper copied to clipboard

A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.

Results 31 script.module.inputstreamhelper issues
Sort by recently updated
recently updated
newest added

Dear, I'm running Coreelec (19.2-Matrix_rc2) on an Amlogix S905X from an SD card (16gb). when trying to install Widevine the system always crashes around 2/3 third of the download. I...

It seems our users updating Widevine CDM on ARM are downloading a different kind of libwidevinecdm.so. The error shown in the Kodi log is: ```log ERROR: AddOnLog: InputStream Adaptive: Unable...

bug
arm
widevine

Since a few days [1] it is possible to download an armv7h libwidevine shared library from Raspbian's repository [2]. Maybe we should consider switching the download source of arm binary...

enhancement
arm
widevine

Here's a bug that drove me absolutely nuts today... hope it will save others some headache: Specifying a new temporary download directory and hitting OK will not actually configure&save that...

enhancement
kodi

If we can detect that the used Widevine CDM is revoked, we could use this as a trigger to check for an update. (If it is not working, we can't...

enhancement
help wanted
inputstream.adaptive
reported

I see that inputstream.adaptive supports `com.microsoft.playready` along with `com.widevine.alpha` (https://github.com/peak3d/inputstream.adaptive/wiki/Integration#inputstreamadaptivelicense_type). Will it be handled within Helper, e.g. https://github.com/emilsvennesson/script.module.inputstreamhelper/blob/master/lib/inputstreamhelper/config.py#L14-L17?

enhancement
help wanted
playready

Several times it has happened that users go crazy when a widevine update is automatically performed with a different architecture than ARM, and i know that the wv library search...

enhancement

My question is a bit of a follow-up to an [earlier question about iOS support](https://github.com/emilsvennesson/script.module.inputstreamhelper/issues/268). If I would have access to the iOS Widevine CDM, how would I add it...

question
ios

While writing the instructions for fixing the current ARM Widevine issue, I considered adding the icon of the add-on to the instructions. But we use the default python-module icon so...

enhancement

The code in **inputstreamhelper.py** is starting to become rather complex and it's time we start splitting parts into different files. The new API @dagwieers implemented definietely belongs in its own...

question