Question

My question is based on DRM.

A) does android support DRM ?
B) If Yes how to use DRM in android?
C) who are the content providers ?

Actually I want develop an android application, that downloads any content like audio, video from content provider and I want that content to be protected with my application from the user i.e user should use it but not forward or modify it . please help me on this.

Thanks Shiv

Was it helpful?

Solution

DRM support is added in API level 11.

OTHER TIPS

A) does android support DRM ? Yes, it does.the most common solution is widewine recently. It depends on OEM if they support it or not. the latest Nexus phone or tablet should support it.

B) If Yes how to use DRM in android? it's better to refer to https://github.com/google/ExoPlayer about how to use widewine

C) who are the content providers ? Actually you don't need to know who is the content provider. Who encrypts the content should be the content provider in this meaning. There are some sample video hosted by google in exoplayer file ,which you could use it for testing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top