We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @chileanne, could you please provide the details about the error you got, if any? Thanks!
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: