-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Provide offline DRM support (without need to implement your own DrmSessionManager) #876
Comments
Exoplayer currently support the following
However, it require your own implementation of DrmSessionManager on how to store the keySetId of each video content. |
@seventhmoon is correct - it's fairly straightforward to implement your own DrmSessionManager. That said, we should probably add support directly to the library. We should also provide a component to assist in requesting the offline keys. |
Can I get an Example Class on how to implement our Own DrmSessionManager |
This has been implemented in the change 9d5c750 |
Dear All, I am trying to do offline DRM videos playing in android. |
I think how to store the key for offline is already mentioned in Android DRM Framework. |
Thank you @seventhmoon . |
Hi
Can I Download a video with DRM protection on sdcard and play it only with my my app that using exoplayer. I don't want user can copy my video to another device and I want save it on SD card because of size and number of videos that user may download
The text was updated successfully, but these errors were encountered: