-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Amazon VOD] Decoding HD video stream for movies fails #217
Comments
Further research shows that video playback works correctly when I change the following settings of InputStream-Adaptive: Max. Resolution general decoder: 1080p -> 480p |
As far as I looked last time I checked (several months back), high resolution movies are encoded in a different Widevine encryption than the lower resolution movies and the tv series. As far as I know, it's a Widevine/IS.A problem, which we can't fix. I'm not aware of any recent changes to Kodi or IS.A that could/would break the addon in itself. I'm using a one month-ish old build and latest IS.A, and it still reaches the 480p-540p by itself without failing to decode. |
480p is exactly the maximum WV L3 supports. |
Indeed, installing an older Widevine version from http://mirror.yandex.ru/fedora/russianfedora/russianfedora/nonfree/el/updates/7/x86_64//chromium-widevine-plugin-1.4.9.1088-3.el7.R.x86_64.rpm fixed it for me. |
Hi, first an foremost, thank you for your great work on the Amazon VOD addon!
When I try to play a movie, no video is being played while the sound works with no problems.
Interestingly, playing an episode of a TV series is working flawlessly, regardless of resolution.
You can find the log here.
Because I have not tried to watch a movie for the last month or two, I can sadly not tell whether it is related to a client-side update. If this problem is not reproducible for others, I can try bisecting it.
This issue might be related to an issue of inputstream-adaptive as the error in the log is the same:
ERROR: AddOnLog: InputStream Adaptive: DecodeVideo: kNoKey for key 1F5146528EE64BB5AE0106F751A16351
I'm using a german Amazon Prime account and the following configuration:
Arch Linux
Kodi 18.0-RC3 Git: 20181214-4c17e7769e5 (built with -O3 and -march=native, installed through AUR)
Amazon VOD Version 0.6.3
inputstream.adaptive 2.3.12 (installed through AUR)
libvidewinecdm.so (installed through the helper script)
I'd be more than happy to provide additional information if you would like me to.
The text was updated successfully, but these errors were encountered: