androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
https://developer.android.com/media/media3
Apache License 2.0
1.67k stars 397 forks source link

Less Drm support #616

Open jasi381 opened 1 year ago

jasi381 commented 1 year ago

So less or no sample for porper DRM conetnt downloading using exoplayer so much confused with the less documention of the developer website and very less sample app

tonihei commented 1 year ago

Did you have a look at https://developer.android.com/guide/topics/media/exoplayer/downloading-media for downloading documentation?

For DRM specifically, there is also this class: https://developer.android.com/reference/androidx/media3/exoplayer/drm/OfflineLicenseHelper

And some notes here: https://developer.android.com/guide/topics/media/exoplayer/drm#offline-keys

But I agree that it's not very well documented. Assigning to @icbaker as a documentation candidate to add more details on how offline DRM is supposed to be handled.