Closed giladna closed 6 years ago
What's the model of the device? Does it play any other WV content?
@erdemguven
The model is Hewawi Android go new device which cant play WV modular
"RELEASE": "8.1.0",
"SDK_INT": 27,
"BRAND": "google",
"MODEL": "gobo",
"MANUFACTURER": "alps",
"TAGS": "dev-keys",
"FINGERPRINT": "google/gobo/gobo:8.1.0/OMB1.171031.003/4428322:user/**dev-keys**",
"drm": {
"modular": {
"widevine": {
"properties": {
"vendor": "Google",
"version": "v5.1.0-android",
"description": "Widevine CDM",
"algorithms": "AES/CBC/NoPadding,HmacSHA256",
"securityLevel": "L3",
"systemId": "4445",
"privacyMode": "disable",
"sessionSharing": "disable",
"usageReportingSupport": "True",
"appId": "",
"origin": "",
"hdcpLevel": "Unprotected",
"maxHdcpLevel": "Unprotected",
"maxNumberOfSessions": "16",
"numberOfOpenSessions": "0",
"deviceUniqueId": "czZNQLkP9C4IOI0FhacV9kF7b5GxRbau9fwYPk5mwaw=",
"provisioningUniqueId": "jMmyv0bwC9H3x3L6eljqCb6EkG5OuklRCgPnwbGZPlM=",
"serviceCertificate": ""
},
Is it Huawei Y5 Lite?
@erdemguven @wvpaf
this device can play drm on ExoPlayer 2.6.0 so seems some logic is broken now.
Sending the device details in mail this is new device.
@erdemguven any update about this?
10x
Devices that are security level L3, as is confirmed in your drm device info, are not able to play content that requires a secure data path.
"drm": { "modular": { "widevine": { "properties": { "securityLevel": "L3", <----------------- This shows device security level
The ExoPlayer test case "WV: Secure SD content" requires a secure data path, so this is working as intended.
Hi,
In ExoPlayer Demo app we try to play WV: Secure SD content and we get the following exception:
One thing that I need to mention that this device finger print is as following:
What could be the reason for this exception?
10x Gilad