add new DRM player reference
This commit is contained in:
parent
08852fa082
commit
46e3ad9052
|
@ -1,3 +1,5 @@
|
|||
from pathlib import Path
|
||||
|
||||
from keydive.vendor import Vendor
|
||||
|
||||
# https://developer.android.com/ndk/guides/cpp-support
|
||||
|
@ -121,3 +123,10 @@ CDM_FUNCTION_API = {
|
|||
'PrepareKeyRequest',
|
||||
'getOemcryptoDeviceId'
|
||||
}
|
||||
|
||||
# https://github.com/kaltura/kaltura-device-info-android
|
||||
DRM_PLAYER = {
|
||||
'package': 'com.kaltura.kalturadeviceinfo',
|
||||
'path': Path(__file__).parent.parent / 'docs' / 'server' / 'kaltura.apk',
|
||||
'url': 'https://github.com/kaltura/kaltura-device-info-android/releases/download/t3/kaltura-device-info-release.apk'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue