-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
wiseplay key systems should be com.wiseplay.drm #8185
Comments
I can't confirm that is correct. I got reply from huawei support that key sytem name should be com.huawei.wiseplay: And if anybody have huawei device you can try https://9wv3nd.csb.app/ (open sources and edit as you need). |
from your document it's Android OpenTV Player SDK, i'm not sure if huawei andriod wiseplay keysystem use a different name. I'm devloping demo for huawei devices with HarmonyOS, which need wiseplay js player for drm, and our test stream also use the same UUID(3d5e6d35-9b9a-41e8-b843-dd3c6e72c42c). and i have to change the key system name to com.wiseplay.drm, then the player can work. (there are also since current wiseplay support of huawei device is untested, maybe later we can find out whichi is corrent. |
The main reason that I used "com.huawei.wiseplay" is an answer from official huawer developers support. |
I got support only with "com.wiseplay.drm", and i discuss with hardware drm developer, they said the uuid is for ChinaDRM, and wiseplay is only an implementation. but i can now find any matrial from the internet to prove that. Now I think the way to improve is to support both keySystem name. just like other drm have multiple keySystem names. |
Have you read the FAQ and checked for duplicate open issues?
yes
If the problem is related to FairPlay, have you read the tutorial?
no
What version of Shaka Player are you using?
4.13.6
Can you reproduce the issue with our latest release version?
yes
Can you reproduce the issue with the latest code from
main
?yes
Are you using the demo app or your own custom app?
yes
If custom app, can you reproduce the issue using our demo app?
N/A
What browser and OS are you using?
HarmonyOS
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
test resource
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?servers: {
'com.huawei.wiseplay': licenseServer
}
What did you do?
What did you expect to happen?
What actually happened?
Are you planning to send a PR to fix it?
yes if it's possible ,simply replace all com.huawei.wiseplay with com.wiseplay.drm should be fine . refer this
https://developer.huawei.com/consumer/en/doc/harmonyos-guides/native-drm-mediakeysystem-management-V14
The text was updated successfully, but these errors were encountered: