-
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
Log DRM provisioning/network requests to AnalyticsListener #5399
Comments
I don't think key requests cause the |
Looking deeper into this, indeed Anyway, the documentation says this value is "A data type constant for drm or encryption data", and in reality it's only used for retrieving AES keys. The type appears in Bottom line -- I guess this issue can be a feature request instead. @ojw28 Should I open a new issue or rename this one? |
[Note: We should wait until after planned DRM refactoring before doing this] |
@ojw28 is there a roadmap to this refactoring, so we know when to expect major API breakage? |
@ojw28 Will DRM refactoring also fix #2394 and #5619 ? Would love to know that so I can decide whether or not to try to implement a temp solution or if I should wait for you. Thanks in advance! |
@kgrevehagen |
I'm implementing
AnalyticsListener
in ExoPlayer 2.9.3 and I've noticedDATA_TYPE_DRM
is not used inonLoadXXX
events for DRM loads. Looking at the code, the only reference to this symbol is in HLS-AES encryption keys.I believe POST events to license servers should include this type.
The text was updated successfully, but these errors were encountered: