### Version Media3 1.8.0 ### More version details _No response_ ### Devices that reproduce the issue Emulator running API 34 ### Devices that do not reproduce the issue Emulator running API 30 Emulator running API 33 Emulator running API 35 Pixel 9 running API 36 ### Reproducible in the demo app? Yes ### Reproduction steps Add the repro video to the first position in `videos.kt`, remove the call to `prepare` in `initializePlayer`, and change the call to `MediaPlayerScreen` to: ```kotlin player?.let { Box( modifier = Modifier.fillMaxSize() ) { MediaPlayerScreen(player = it, modifier = modifier.fillMaxSize()) } } ``` ### Expected result The media plays correctly. ### Actual result The media starts playing back distorted, until the screen is interacted with. https://github.com/user-attachments/assets/7a413e51-38de-44a0-9d54-73bacaa4323c ### Media https://www.pexels.com/download/video/4058073/ ### Bug Report - [x] You will email the zip file produced by `adb bugreport` to android-media-github@google.com after filing this issue.
Version
Media3 1.8.0
More version details
No response
Devices that reproduce the issue
Emulator running API 34
Devices that do not reproduce the issue
Emulator running API 30
Emulator running API 33
Emulator running API 35
Pixel 9 running API 36
Reproducible in the demo app?
Yes
Reproduction steps
Add the repro video to the first position in
videos.kt, remove the call toprepareininitializePlayer, and change the call toMediaPlayerScreento:Expected result
The media plays correctly.
Actual result
The media starts playing back distorted, until the screen is interacted with.
repro.webm
Media
https://www.pexels.com/download/video/4058073/
Bug Report
adb bugreportto android-media-github@google.com after filing this issue.