crashing no private channels available widevine problem? solved
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
@emilsvennesson @horstle would it be possible to blacklist problematic Widevine versions?
@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
This problem was fixed in the InputStream.Adaptive plugin: https://github.com/xbmc/inputstream.adaptive/issues/1801