-
Notifications
You must be signed in to change notification settings - Fork 242
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
DecodeVideo: kNoKey for key ... on HD streams #212
Comments
I installed the Netflix plugin today and I can play 480p, 720p, and 1080p streams without any issues. |
Thank you so much for your work on inputstream-adaptive I can confirm a similar (probably the same) issue for Amazon Prime Video. I'm running I'm more than happy to provide additional information if you'd like me too. |
Further research shows that video playback works correctly when I change the following settings of InputStream-Adaptive: Max. Resolution general decoder: 1080p -> 480p |
I have the same kNoKey for key error on Windows 10 with Kodi 18.0-RC3. Movies from the netflix-addon only play in 480p but series in 1080p. In the Amazon-addon both only play 480p. If i choose 1080p manually i only have audio. |
@Kleinrotti not sure of what addon you're talking about, but if it's the Amazon/Amazon VOD (https://github.com/Sandmann79/xbmc) then they play 1080p series. It's just movies that won't go past 480p. |
I wanted to update you guys on the issue, since this is broader than just Netflix (which works, atm). I've been investigating the matter over at Sandmann79/xbmc#51, I'm doing a few tests through Firefox sources and the Widevine CDM binary it uses. |
Last update: at least on Amazon's side, anything higher than 1088x464 won't run due to the strict enforcement of HDCP_V1 for movies. There is currently no known way around this. If you're experiencing a |
inputstream is ready for cdm 4.10.1224.7? @peak3d |
@FloridaStream I tested the newest libWidewine some weeks ago using windows, but had issues (segfaults) for reasons I don't know yet. Not sure if this was the version you mentioned, sry |
hi @peak3d and @liberty-developer, see if you could tell if the inputstream.adaptive would still work after updating the wv VMP where checking the @Varstahl do you have any news? |
I don't have a box with either L1 encryption or HDCP ready, so no. If everyone applies their defaults, no other third party software will ever work, period. Remains to be seen. |
The HBO Max add-on has just happened to be VMP. |
@mooninite This might have been fixed in #589... can we close this issue? |
The problem still occurs. Same symptoms and same error message. Kodi 19.1 |
@mooninite could you post a full debug log? It could be a VMP issue |
Also useful to have would be the mpd as well |
@glennguy Error persists while starting HD streams. EDIT: |
Please use paste.kodi.tv for log uploads - that ubuntu site needs a verified account to view them... I was able to retrieve the mpd from the log, there are also low resolution streams in there - are they able to be viewed? |
@glennguy Yes, that is correct the low res strms are working and unsigned browsers are throwing the same error. Is there a solution to this issue to get a successful response from all streams? |
The only way to get the keys I believe would be if Kodi was widevine certified. Never say never but I doubt that will happen. We only know that there's no key once we try to decrypt, maybe there's a more graceful way to handle this and at least give the user something to watch. The solution would probably be Kodi 20+ though. I would suggest for the add-on to proxy the mpd and remove the |
Just FYI it would probably work fine in Kodi running on Android as long as it's an L1 certified device. |
@glennguy Good to know. Thank you for your information. |
Fedora 29 x86_64
Kodi 18 RC2
inputstream.adaptive 2.3.12
widevine 1.4.9.1088
I am attempting to play a purchased movie in the YouTube add-on. The movie will start playing but 10 seconds in the video stream feezes and the following error is printing in the log:
ERROR: AddOnLog: InputStream Adaptive: DecodeVideo: kNoKey for key (KEY REDACTED)
Audio continues to play with a frozen video stream. Are YouTube purchases supposed to play?
I can play 480p video streams, but 720p or 1080p freeze after 10 seconds.
The text was updated successfully, but these errors were encountered: