Open chileanne opened 1 day ago
Media3 1.4.1
Samsung note 9
attached the image uri to the input media like this val mediaItem = MediaItem.Builder().setUri(imageUri).setImageDurationMs(3000).build()
then attached it to the exoplayer val player = ExoPlayer.Builder(context).build() player.setMediaItem(mediaItem) player.prepare() player.play()
but still it does not preview the image on the exoplayer it shows blank screen
i would be greatfull if you could help provide solutions
thank you for all you do
adb bugreport
Hi @chileanne, could you please provide the details about the error you got, if any? Thanks!
Version
Media3 1.4.1
Devices that reproduce the issue
Samsung note 9
attached the image uri to the input media like this val mediaItem = MediaItem.Builder().setUri(imageUri).setImageDurationMs(3000).build()
then attached it to the exoplayer val player = ExoPlayer.Builder(context).build() player.setMediaItem(mediaItem) player.prepare() player.play()
but still it does not preview the image on the exoplayer it shows blank screen
i would be greatfull if you could help provide solutions
thank you for all you do
Bug Report
adb bugreport
to android-media-github@google.com after filing this issue.