how can I Display image in ExoPlayer?

user3423277

I have list of URLs mix with videos and images. I want to display both using ExoPlayer. I could display videos in the ExoPlayer, however when I try to display image I am getting a black screen.

Thank you in advance.

naser khsoravi

I use exoplayer-ui:r2.5.4 and SimpleExoPlayerView has built in image view.
you can set your image with default_artwork attribute in xml, for example:

<com.google.android.exoplayer2.ui.SimpleExoPlayerView
    android:id="@+id/playerView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:default_artwork="@drawable/default_media_artwork"
    app:use_artwork="true"/>

Hope to be useful.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I display a Media picker image

From Dev

How can I display the image name on mouseover?

From Dev

How can I display an image using Pillow?

From Dev

How can I display a paragraph over image?

From Dev

How can I display an image in a JPanel

From Dev

How can I display an image on top of an image in PyGame?

From Dev

How can I display binary image data as an Image in PHRETS

From Dev

How can I display an image on top of an image in PyGame?

From Dev

How can I display an image in webkit really fast?

From Dev

How can I test retina image substition without retina display?

From Dev

How can I display an image in the right order in a graph?

From Dev

How can i display a image in codeigniter outside root directory

From Dev

How can I display a fullscreen image with a black background?

From Dev

How Can i display a dynamic image in crystal report using java

From Dev

How can I display image of blob type in php?

From Dev

How can I display the image clicked on another div in jquery

From Dev

How can I display an image stored in a database on a php page?

From Dev

Woocommerce with wordpress - how can I display category image?

From Dev

How can I display png data as an image inside in the browser?

From Dev

How can I remove a duplicate image without display:none?

From Dev

How can I display image file object from java to jsp?

From Dev

How can i display the latest image saved in a specific directory?

From Dev

How can I get a SimpleDraweeView to display an image properly?

From Dev

How can I display an ImageField image in my template?

From Dev

How can i display a resized image in python tkinter

From Dev

.php how to display an image that I can change and stock on my directory

From Dev

How can I display a single image in each row in xamarin

From Dev

I can' display an image from sql database with php. How is it possible to display it and how can I display more pictures at a time?

From Dev

How can i make an image set a class to display:none and then set a specific id to display:inline

Related Related

  1. 1

    How can I display a Media picker image

  2. 2

    How can I display the image name on mouseover?

  3. 3

    How can I display an image using Pillow?

  4. 4

    How can I display a paragraph over image?

  5. 5

    How can I display an image in a JPanel

  6. 6

    How can I display an image on top of an image in PyGame?

  7. 7

    How can I display binary image data as an Image in PHRETS

  8. 8

    How can I display an image on top of an image in PyGame?

  9. 9

    How can I display an image in webkit really fast?

  10. 10

    How can I test retina image substition without retina display?

  11. 11

    How can I display an image in the right order in a graph?

  12. 12

    How can i display a image in codeigniter outside root directory

  13. 13

    How can I display a fullscreen image with a black background?

  14. 14

    How Can i display a dynamic image in crystal report using java

  15. 15

    How can I display image of blob type in php?

  16. 16

    How can I display the image clicked on another div in jquery

  17. 17

    How can I display an image stored in a database on a php page?

  18. 18

    Woocommerce with wordpress - how can I display category image?

  19. 19

    How can I display png data as an image inside in the browser?

  20. 20

    How can I remove a duplicate image without display:none?

  21. 21

    How can I display image file object from java to jsp?

  22. 22

    How can i display the latest image saved in a specific directory?

  23. 23

    How can I get a SimpleDraweeView to display an image properly?

  24. 24

    How can I display an ImageField image in my template?

  25. 25

    How can i display a resized image in python tkinter

  26. 26

    .php how to display an image that I can change and stock on my directory

  27. 27

    How can I display a single image in each row in xamarin

  28. 28

    I can' display an image from sql database with php. How is it possible to display it and how can I display more pictures at a time?

  29. 29

    How can i make an image set a class to display:none and then set a specific id to display:inline

HotTag

Archive