-
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
How can I create different DRM Sessions for ConcatenatingMediaSource? #5619
Comments
This is still not supported, but we are currently working on it. I'll use this issue to track progress on this. |
@AquilesCanta I'm interested in this too, can you give a bit of detail? Like your roadmap to support this? |
@AquilesCanta I'm very interested in this as well. Any status update or ETA? Are there workarounds you can think of that we can do in the meantime? |
Working on it. |
As of this commit (and a bit earlier too), this should be supported. Please give it a try and reach back if you encounter any issue. Thanks for your patience! I expect DRM changes to be available in 2.11.0. |
I have a
ConcatenatingMediaSource
with 3 mediaSources. I have have to create separateDrmSessionManagers
as drm content requires id of each content for acquiring drmSession.I suppose as of now ExoPlayer doesn't support such feature (#2394). If I am wrong and its possible to create several DrmSessionMangers how can I do it? If yes, it doesn't support, are you planning to bring such feature?
The text was updated successfully, but these errors were encountered: