Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images show blank on exoplayer (using media3 1.4.1 version) #1861

Open
1 task
chileanne opened this issue Nov 7, 2024 · 1 comment
Open
1 task

Images show blank on exoplayer (using media3 1.4.1 version) #1861

chileanne opened this issue Nov 7, 2024 · 1 comment

Comments

@chileanne
Copy link

chileanne commented Nov 7, 2024

Version

Media3 1.4.1

Devices that reproduce the issue

Samsung note 9

  1. attached the image uri to the input media like this
    val mediaItem = MediaItem.Builder().setUri(imageUri).setImageDurationMs(3000).build()

  2. 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

@tianyif
Copy link
Contributor

tianyif commented Nov 7, 2024

Hi @chileanne, could you please provide the details about the error you got, if any? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants