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

crashing no private channels available widevine problem? solved

Open goofy84 opened this issue 8 months ago • 3 comments

kodi_crash.log

goofy84 avatar Mar 29 '25 16:03 goofy84

solution: used widevine version is problematic, seems to have a bug in that it crashes in the call of OnStorageId

inputstream.adaptive/lib/cdm/cdm/media/cdm/cdm_adapter.cc

Line 698 in a1a6ff3 cdm11_->OnStorageId(1, nullptr, 0);

a workaround would be to avoid this call but it doesn't seem like a very appropriate solution

the best for now that you rollback to the previous widevine version: 4.10.2830.0 by using ISHelper addon

i suggest to wait what happens on next weeks, maybe a new release of the fixed library will be released

goofy84 avatar Apr 01 '25 17:04 goofy84

@emilsvennesson @horstle would it be possible to blacklist problematic Widevine versions?

flubshi avatar Apr 02 '25 06:04 flubshi

@emilsvennesson @horstle would it be possible to blacklist problematic Widevine versions?

They should do it, on version 21.5.10-Omega of Inputstream Adaptive changelog they wrote:

INFO: Widevine CDM 4.10.2891.0 cannot be used to play videos, if you installed it reinstall an old version

https://github.com/xbmc/inputstream.adaptive/releases/tag/21.5.10-Omega

Floyd77 avatar Apr 29 '25 17:04 Floyd77

This problem was fixed in the InputStream.Adaptive plugin: https://github.com/xbmc/inputstream.adaptive/issues/1801

mediaminister avatar Oct 10 '25 18:10 mediaminister