ExoPlayer Version
2.18.1
Devices that reproduce the issue
Probably any device. I used Samsung Galaxy S10 (Android 12) and Google TV HD (Android 11) for development.
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
I haven't tested all versions in between, but the issue could not be reproduced on version 2.14.1.
Reproduced using a multi-period DASH (example sent by e-mail).
When checking player.getCurrentPosition() after the player has prepared, the first value is -21.
It seems more than coincidental that the negative offset is -21ms as this represents a (floored) duration of a single frame of audio (21.667mS - hence why a pair of priming frames make 43ms, which is the difference between expected and actual segment duration for the first segment).
Expected result
Playback starts at 0
Actual result
Playback starts at -21 (when using onPlaybackStateChanged to read currentPosition, sometimes this is not visible, but should happen often enough).
Media
I will send a sample by email. The samples are tagged for issue 10940
Bug Report
ExoPlayer Version
2.18.1
Devices that reproduce the issue
Probably any device. I used Samsung Galaxy S10 (Android 12) and Google TV HD (Android 11) for development.
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
I haven't tested all versions in between, but the issue could not be reproduced on version 2.14.1.
Reproduced using a multi-period DASH (example sent by e-mail).
When checking
player.getCurrentPosition()after the player has prepared, the first value is -21.It seems more than coincidental that the negative offset is -21ms as this represents a (floored) duration of a single frame of audio (21.667mS - hence why a pair of priming frames make 43ms, which is the difference between expected and actual segment duration for the first segment).
Expected result
Playback starts at 0
Actual result
Playback starts at -21 (when using
onPlaybackStateChangedto read currentPosition, sometimes this is not visible, but should happen often enough).Media
I will send a sample by email. The samples are tagged for issue 10940
Bug Report
adb bugreportto [email protected] after filing this issue.