media
media copied to clipboard
When the player is paused and the screen is turned off and then resumed, only the video advances for a few seconds.
Version
Media3 main branch
More version details
implementation("androidx.media3:media3-exoplayer:1.2.0")
Devices that reproduce the issue
Google Pixcel Fold
Devices that do not reproduce the issue
None
Reproducible in the demo app?
Not tested
Reproduction steps
- Play any work
- Pause at any point
- Turn off the screen (you can also turn off the screen by pressing the power button or turning it off over time)
- Return
- Only the video is advanced by a few seconds. When you restart playback, the video will not move until it catches up to where it has progressed, but the audio will continue to play normally since it has not progressed.
Expected result
Plays at the playback position before returning
Actual result
The video playback position is progressing
Media
https://github.com/androidx/media/assets/135189405/1e8e5490-dbac-400e-b15c-620c43b7b535
Bug Report
- [X] You will email the zip file produced by
adb bugreportto [email protected] after filing this issue.
Hello @homma-hiroshi445,
Thank you for reporting your issue. Would you be able to share a bug report taken during a reproduction of the issue? If you cannot share publicly, please send it to [email protected] with the subject Issue #1278. Please also update this issue to indicate you've done this.
In addition, are you able to reproduce this with the demo application?