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

So now that we have unit tests, the logging output shows a few things we are doing on every run: ```log Debug: [script.module.inputstreamhelper-0.3.5]: Platform information: ('Linux', 'moria.gent.internal', '5.2.6-1.el7.elrepo.x86_64', '#1 SMP...

question

Will support for inputstream.ffmpegdirect be added at some point? Thanks! Great tool! Jx-

question

widevine extraction from an chromeos-image through this helper seems to *deliver the wrong elf class* (on x64 linux) of the widevine-library lately – according to kodi error log. manually extracting...

This adds the possibility to extract Widevine from a Lacros image. It also splits code that is specific to getting Widevine from Googles repo into repo.py. Currently it relies on...

Libwidevinecdm.so on ARMv71 is using hard-float ABI (`readelf -a libwidevinecdm.so | grep Flags`). This cannot be loaded on a platform using softfp. Kodi fails with a cryptic error message. ```...

Python 3.12 will finally remove the long-deprecated distutils. So the fallback for `parse_version()` will no longer work. I don't think we can assume, that `packaging` will be installed everywhere.

- Check if the downloaded library fits the system architecture/bitness, possibly by using #415 - ~~pass a different path to find_file (cros_arm64 instead of cros_arm) for the aarch64 images~~ not...

enhancement
arm

I tested the version from today under LibreELEC nightly-20230417-83ec8ac (aarch64) with an RPi4 and had to change ``` < --- > ``` to get the Widevince CDM 4.10.2557.0 under arm64....

I assembled and installed the plugin in Kodi 21.0.Python 3.12.3. SRCREV = "e5bc154525bcf1dea11138c30f602f441a361d79" When trying to update the WIDEVINE library, the error is: 2024-05-19 16:19:37.077 T:9202 warning : [script.module.inputstreamhelper] Recursively...

The last version available of InputStream Adaptative is v19.0.7, but in a Pi 5 running Recalbox, I need at least v20.3.5 to view Netflix videos.