Android 4.0 brings drm framework to smartphones. I'm interested to write a code that plays video protected by the DRM, but can't find enough information.
DRM Overview The Android platform provides an extensible DRM framework that lets applications manage rights-protected content according to the license constraints that are associated with the content. The DRM framework supports many DRM schemes; which DRM schemes a device supports is up to the device manufacturer.
DRM (digital rights management, or more generally license verification), is used to address developer concerns around unauthorized copying and distribution of your app. When you implement DRM in your app, you ensure that only users who purchased your app can install it on the authorized device.
EDIT: An example pass-through DRM plugin is now available in AOSP under frameworks/base/drm/libdrmframework/plugins/passthru/
Are there any tutorials on using the DRM framework? Sample code?
Not yet, unfortunately. The only public documentation on this is at the android.drm package summary docs.
How to set up an environment - the server side that creates the content and licenses?
This is specific to the DRM provider.
Are there any DRM protected videos in the Internet that I can use for testing?
This too is specific to the DRM provider.
The plugin framework claims extensibility, but I can't find neither plugin AI definitions, nor description how to create/add a custom plugin
I think this will become more clear once the source code is released, but for now there isn't any further info on this unfortunately.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With