xbmc
xbmc copied to clipboard
"Stream Stalled" error lagging stream with recent wivdevine
Hello,
only recently I experience errors with the plugin: Streams are not playing smoothly (also low-res streams) and frequent buffering and stuttering occurs. This is a new problem with the recent wivdevine.
Other addons, which use inputstream (and also DRM streams?) like CastagnaIT/Netflix do not show this problem.
- Platform: Raspberry Pi 4, OSMC Debian, Kodi 19
- Wivdevine Version unknown (error occured for the first time after the wivdevine update Jan 14, 2022)
- Recent Amazon VOD Addon, installed by the Kodi Matrix Addon Repo
- I use a prime video account with username/password. I was strangely asked to give my credentials again after the last update.
PS: This person seems to have the same problem: https://forum.kodi.tv/showthread.php?tid=349255&pid=3079384#pid3079384
Extended log on starting a stream: stream_stalled_error_netflix.txt
Best regards,
Henning
I had the same problem (using OSMC with Kodi 19.3 on RPi3 as well as Libreelec with Kodi 18.9 on RPi3).
Replacing .kodi/cdm/libwidewinecdm.so with an older version (and rebooting) did the trick.
stupid question but where do i get an older version :)
stupid question but where do i get an older version :)
There is an option on the addon Inputstream Helper to restore Widevine. If you have got no backup, I could send you my libwidewinecdm.so via PN - you will have to leave your mail
I had the same problem (using OSMC with Kodi 19.3 on RPi3 as well as Libreelec with Kodi 18.9 on RPi3).
Replacing .kodi/cdm/libwidewinecdm.so with an older version (and rebooting) did the trick.
I had the same problem, reverting to a previous widevine version solved it! I had to check settings in the InputStream helper plugin and found that by default it keeps the last 4 versions downloaded. Thanks a lot guys!
I hope that the problem can be solved for future versions of widevine
There is an option on the addon Inputstream Adaptive to restore Widevine. If you have got no backup, I could send you my libwidewinecdm.so via PN
Please send libwidewinecdm.so via PN to me?
I'd be interested in a libwidewinecdm.so also.
I'm in need of the previous libwidevinecdm.so too
I managed to find it.
curl https://k.slyguy.xyz/.decryptmodules/widevine/4.10.2252.0-linux-armv7.so | sudo tee /home/osmc/.kodi/cdm/libwidevinecdm.so >/dev/null
On the Raspberry OS (ex Raspbian) this issue started when updating from Buster to Bullseye (and so from Kodi Leia to Matrix). This seemed to help in my case (even though haven't tested it thoroughly):
sudo apt install libwidevinecdm0
cp /opt/WidevineCdm/_platform_specific/linux_arm/libwidevinecdm.so libwidevinecdm.so ~/.kodi/cdm/libwidevinecdm.so
file .kodi/cdm/libwidevinecdm.so
.kodi/cdm/libwidevinecdm.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=198c24420532efa5d52062bad8a2d1cff06ae364, stripped
The version is:
4.10.2252.0-1 armhf
I had the same problem on Rpi 4 with Libreelec and Kodi 19 Matrix, reverting to a previous widevine version solved it! On first Rpi InputStream helper had 4 backup and was simple to revert. On second Rpi with newer and fresh installation i had no backup so I simple copied libwidevinecdm.so from first Rpi to second one.
I cannot play anything on my mobile can someone help me
.
see also https://github.com/xbmc/inputstream.adaptive/issues/877.
curl https://k.slyguy.xyz/.decryptmodules/widevine/4.10.2252.0-linux-armv7.so | sudo tee /home/osmc/.kodi/cdm/libwidevinecdm.so >/dev/null
resolved this same issue for me. Would be really helpful to roll this old version of Widevine into the default setup and avoid having to change the file to the old version manually. Or at least, it would be helpful to put these instructions in the readme. This is crucial for getting playback to work smoothly on a Raspberry Pi 3B. Without this, video is basically unviewable.
I managed to find it.
curl https://k.slyguy.xyz/.decryptmodules/widevine/4.10.2252.0-linux-armv7.so | sudo tee /home/osmc/.kodi/cdm/libwidevinecdm.so >/dev/null
I can't manage to find the proper command for the same problem but with a rpi3b+ libreelec 10.0.2 under Kodi 19.4 instead of OSMC.. can someone help please ?
EDIT: think i found it curl https://k.slyguy.xyz/.decryptmodules/widevine/4.10.2252.0-lin ux-armv7.so | tee ~/.kodi/cdm/libwidevinecdm.so >/dev/null