Add totalBytesLoaded to PlaybackStats
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Using `PlaybackStatsListener` to collect analytics data, it seems that the total data bytes transferred is hugely under-reported. For most video items, comparing `totalBandwidthBytes` field in `PlaybackStats` with the file size and the actual donwload size, shows a significant variation. The issue is not related to a video, since even for a fixed video in different playbacks, several distinct values are reported.
- ExoPlayer version number: 2.15.1
- Android version: 9
Contributor guide
Assessment
This issue has not been assessed yet.