Media3 1.8.0
No response
Emulator running API 34
Emulator running API 30 Emulator running API 33 Emulator running API 35 Pixel 9 running API 36
Yes
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:
videos.kt
prepare
initializePlayer
MediaPlayerScreen
player?.let { Box( modifier = Modifier.fillMaxSize() ) { MediaPlayerScreen(player = it, modifier = modifier.fillMaxSize()) } }
The media plays correctly.
The media starts playing back distorted, until the screen is interacted with.
https://www.pexels.com/download/video/4058073/
adb bugreport