mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
When track is changed during playback, `playbackPositionUs` may be in middle of a chunk and `loadPositionUs` should be the start of that chunk. In this situation `loadPositionUs` can be less than the current `playbackPositionUs`, resulting into negative `bufferedDurationUs`. It translates to having no buffer and hence we should send `0` for `bufferedDurationUs` when creating new instances of `CmcdData.Factory`. Issue: androidx/media#888 #minor-release PiperOrigin-RevId: 591099785 |
||
|---|---|---|
| .. | ||
| java/androidx/media3/exoplayer/smoothstreaming | ||
| AndroidManifest.xml | ||