Log DRM provisioning/network requests to AnalyticsListener
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I'm implementing `AnalyticsListener` in ExoPlayer 2.9.3 and I've noticed `DATA_TYPE_DRM` is not used in `onLoadXXX` events for DRM loads. [Looking at the code](https://github.com/google/ExoPlayer/search?q=DATA_TYPE_DRM&type=Code), the only reference to this symbol is in HLS-AES encryption keys.
I believe POST events to license servers should include this type.
Contributor guide
Assessment
This issue has not been assessed yet.