You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have implemented offline DRM management, by creating an offlineDrm SessionManager from streamingDrm SessionManager. I am sorting keys and then restoring them with mediaDrm.restoreKeys
But my implementation works fine if I am doing it with single file at a time.
Like creating DRM session fetching keys, storing them. Then in the offline mode I will just pick the keys
And start playback.
My question is is there any way to download the keys store keysetID for them before downloading the actual video and storing all in a single folder.
I have tried it but every time I try to play offline the player give me a DRM session exception
Can you tell me if there is any need to create player instance when downloading keys.
The text was updated successfully, but these errors were encountered:
ojw28
changed the title
Offline DRM keys Managment
Support offlining DRM keys
Nov 24, 2016
There's no real need to create a player to obtain offline DRM keys, but the implementation for actually doing this isn't trivial. It's something we intend to support in the future. Marking this as an enhancement.
Hello, I have implemented offline DRM management, by creating an offlineDrm SessionManager from streamingDrm SessionManager. I am sorting keys and then restoring them with mediaDrm.restoreKeys
But my implementation works fine if I am doing it with single file at a time.
Like creating DRM session fetching keys, storing them. Then in the offline mode I will just pick the keys
And start playback.
My question is is there any way to download the keys store keysetID for them before downloading the actual video and storing all in a single folder.
I have tried it but every time I try to play offline the player give me a DRM session exception
Can you tell me if there is any need to create player instance when downloading keys.
The text was updated successfully, but these errors were encountered: