Skip to content
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

Verified media path cannot be verified #616

Closed
aky-01 opened this issue Mar 15, 2021 · 2 comments
Closed

Verified media path cannot be verified #616

aky-01 opened this issue Mar 15, 2021 · 2 comments

Comments

@aky-01
Copy link

aky-01 commented Mar 15, 2021

Hi,

I get this VMP error on Linux ARM and Windows x86_64 devices from https://wv-keyos.licensekeyserver.com/ server.
Playback working only on Linux x86_64 and Android devices.
Tested in Leia 18.9 with IA 2.4.6 and Matrix 19.0 with IA 2.6.7 with same results.

Log from Raspberry Pi 2 LibreELEC:

2021-03-15 09:10:54.178 T:1018 DEBUG : Curl::Debug - HEADER_IN: HTTP/2 403
2021-03-15 09:10:54.178 T:1018 DEBUG : Curl::Debug - HEADER_IN: date: Mon, 15 Mar 2021 08:10:54 GMT
2021-03-15 09:10:54.178 T:1018 DEBUG : Curl::Debug - HEADER_IN: content-type: application/json; charset=utf-8
2021-03-15 09:10:54.178 T:1018 DEBUG : Curl::Debug - HEADER_IN: cache-control: private
2021-03-15 09:10:54.178 T:1018 DEBUG : Curl::Debug - HEADER_IN: server: Microsoft-IIS/10.0
2021-03-15 09:10:54.178 T:1018 DEBUG : Curl::Debug - HEADER_IN: x-aspnet-version: 4.0.30319
2021-03-15 09:10:54.178 T:1018 DEBUG : Curl::Debug - HEADER_IN: x-powered-by: ASP.NET
2021-03-15 09:10:54.179 T:1018 DEBUG : Curl::Debug - HEADER_IN: access-control-allow-origin: *
2021-03-15 09:10:54.179 T:1018 DEBUG : Curl::Debug - HEADER_IN: access-control-allow-headers: Origin, X-Requested-With, Content-Type, Cache-Control, Pragma, Accept, SOAPAction, customdata, Authorization, X-KeyOS-Authorization
2021-03-15 09:10:54.179 T:1018 DEBUG : Curl::Debug - HEADER_IN: access-control-allow-methods: HEAD, GET, POST, OPTIONS
2021-03-15 09:10:54.179 T:1018 DEBUG : Curl::Debug - SSL_DATA_IN:
2021-03-15 09:10:54.179 T:1018 DEBUG : Curl::Debug - TEXT: Connection #0 to host wv-keyos.licensekeyserver.com left intact
2021-03-15 09:10:54.180 T:1018 ERROR : CCurlFile::Open failed with code 403 for https://wv-keyos.licensekeyserver.com/:
{"errorcode":371000005,"errormsg":"Widevine license acquisition failed >> Verified media path cannot be verified","errorid":"removed sensitive data"}
2021-03-15 09:10:54.180 T:1018 ERROR : AddOnLog: inputstream.adaptive: License server returned failure
2021-03-15 09:10:54.180 T:1018 ERROR : AddOnLog: inputstream.adaptive: License update not successful (no keys)
2021-03-15 09:10:54.279 T:1018 DEBUG : AddOnLog: inputstream.adaptive: CDMMessage: 4 arrived!
2021-03-15 09:10:54.280 T:1018 ERROR : AddOnLog: inputstream.adaptive: Initialize failed (SingleSampleDecrypter)
2021-03-15 09:10:54.280 T:1018 DEBUG : AddOnLog: inputstream.adaptive: Session::~Session()
2021-03-15 09:10:54.283 T:1018 INFO : CVideoPlayer::OnExit()
2021-03-15 09:10:54.284 T:1018 DEBUG : AddOnLog: inputstream.adaptive: Close()
2021-03-15 09:10:54.284 T:1018 DEBUG : SECTION:UnloadDll(/storage/.kodi/addons/inputstream.adaptive/inputstream.adaptive.so.2.6.7)
2021-03-15 09:10:54.284 T:1018 INFO : ADDON: Dll Destroyed - InputStream Adaptive

@michaelarnauts
Copy link
Contributor

This has been reported here also: #593

Related issues:

My best guess is that wv-keyos.licensekeyserver.com enforces VMP for all platforms, but they have an exception for Linux x86_64, so you can watch from a Chrome or Firefox on a Linux system. It seems they don't have an exception for Linux ARM.

I assume that on Android, the VMP works, since IA uses the system implementation of widevine, on Windows, it doesn't work, since we have no VMP there.

@aky-01
Copy link
Author

aky-01 commented Mar 16, 2021

Duplicate of #593

@aky-01 aky-01 closed this as completed Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants