DRM manager allows DRM to run in native code ( provides place for
vendors to protect their work )
if you want to study the matter consider how one would protect a
simple file using C code
this is not a ndk question it is a DRM question all ndk does is give
vendors a layer to do it in
On Oct 30, 3:41 am, moshe kravchik <
moshe.kravc...@gmail.com> wrote:
> Hi!
>
> 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.
>
> 1. Are there any tutorials on using the DRM framework? Sample code?
> 2. How to set up an environment - the server side that creates the
> content and licenses?
> 3. Are there any DRM protected videos in the Internet that I can use for
> testing?
> 4. The plugin framework claims extensibility, but I can't find neither