-
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
Support playlists of offline DRM protected content #5211
Comments
I don't think we have a great solution for this currently. As you note, you can only restore one |
Thanks, @ojw28 . Is it going be to a part of any of the upcoming releases? |
Hello @vinayjoglekar can you share on how you implemented the Offline Playback that is protected content. TIA |
@avecost you need to cache license key(s) of the content at when you download the actual content. At the time of playback of this offline content instead of using MediaDrmCallback, use that license like this |
Marking as a duplicate of #2394, since what's being done for that issue will also solve this one. |
Issue description
Does exoplayer have support to play offline DRM content using ConcatenatingMediaSource? Currently I am able to play single media offline which is DRM protected using :
drmSessionManager?.setMode(DefaultDrmSessionManager.MODE_PLAYBACK, license.keySetIdBytes)
Version of ExoPlayer being used
2.9.1
The text was updated successfully, but these errors were encountered: