exoplayer

  1. S

    Android Question Only show seekbar of Exoplayer and rewind/fastforward

    Hello, I have 2 questions for Exoplayer, 1-is it possible to only show the seekbar/progressbar and time of the Exoplayer, and not the buttons? If yes how to do that? playing with these settings sometimes I only see the rewind/fastforward and not play stop, but that's probably a glitch...
  2. S

    Android Question How to catch Exoplayer buttons to be able to pause a player when another starts

    Hello, how do I catch the clickitems of the Exoplayer when it's placed on the clv? It seems the player buttons are not catched. What I want is that other players stop when a player is started, now they just play thru each other. I also tried the expandable_clv in another project and with that...
  3. S

    Android Question Play button Exoplayer not visible after change color

    Hi, using this https://www.b4x.com/android/forum/threads/exoplayer-controls-color.142235/post-901743 to eye-candy the player a bit, the Play button is not visible until you touch it twice, so play and then pause. (on real device) How to get it visible before it is touched? Thank you.
  4. S

    Android Question how to get unique exoplayer for each instance

    Hello, this script puts an image and a player for each music track available in a chosen album. Up front I don't know exactly how many tracks there are. I had a same structure with the expandable clv tested, but for that I knew how much tracks there where so that was easier. So this one...
  5. D

    Android Question Exoplayer Controls Color

    Does anyone know how to change the color of Exoplayer controls like play, pause, previous, next, duration, etc.? Now, with the latest version, the controls stay in white color with blanck background, despite what I add into the manifest. I know how to change the background color with Dim r...
  6. A

    Android Question ExoPlayer not working

    Привет. When I try to include the ExoPlayer library I get the message: "Maven artifact not found: com.google.guava/listenablefuture". What could it be? Where can I download the latest version of this player? Thanks in advance
  7. S

    Android Question ExoPlayer not working on Amazon Fire TV

    Hello everybody, I wrote a simple proof of concept app using exoplayer to stream video from an external server. It works perfect when running on true Android tablet or Android smartphone. But when installed on an Amazon Fire TV this application launches correctly but at the time to play video...
  8. Livio F

    Share My Creation Internet Radio Player

    I totally changed the application, which previously used the shoutcast directory. I found the api https://api.radio-browser.info/ that works best. https://play.google.com/store/apps/details?id=shoutcast.b4a&hl=pt-BR
  9. B

    Android Question ExoPlayer change Next/Previous

    Hi there, i have a SimpleExoPlayer that play a playlist of song with relative SimpleExoPlayerView, i have a multimedia controller to change the volume and go next or previous; the volume is ok, but i can't change the song. So i catch the multimedia button, but i can't find the command for do it...
  10. D

    Spanish App cierra a los 3 minutos

    Buenos dias, estoy haciendo un reproductor de streaming (radio online) con B4A Estoy utilizando Exoplayer y tambien probé con MediaPlayerStream y con los dos tengo el mismo problema. El audio se empieza a reproducir, hasta alli todo bien. Pero cuando la aplicacion pasa a segundo plano (abro...
  11. M

    Android Question subtitle event in exoplayer

    Hi, How to add subtitle changer event in exoplayer? for example: I want to remove part of the subtitle, so I get subtitle in changer event and remove it.
  12. sentechnologies

    Android Question Exoplayer - Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)

    I downloaded new AndroidSDK and updated to B4A 10.90 I created a new b4a project for testing and added Exoplayer Library 1.50. and in Layout designer I added SimpleExoPlayerView and generated member in Sub Globals. Private SimpleExoPlayerView1 As SimpleExoPlayerView When compiling i received...
  13. Randy Younger

    Android Question After Updating to B4A 10.9 from 10.6 I can't Compile Any Program with Exoplayer Included

    I am using Exoplayer and when I try to compile projects that use it I get the following: B4A Version: 10.90 Parsing code. (0.26s) Java Version: 11 Building folders structure. (0.15s) Compiling code. (0.41s) Compiling layouts code. (0.04s) Organizing libraries. (0.03s) (AndroidX SDK) Compiling...
  14. D

    Android Question RTSP support in new ExoPlayer Library Update

    Hello to all It's been almost a month since a new update to the ExoPlayer library was made. https://www.b4x.com/android/forum/forums/android-questions.26/post-thread According to the description, this version is taken from ExoPlayer 2.13.3. The list of changes in this version is given below...
  15. M

    Android Question Error in new exoplayer

    Hi, In the new version of exoplayer, I get the following error: java.lang.RuntimeException: Constructor not found. This error in b4a reference to this code: Sub CreateMergedSource(Sources() As Object) As Object Dim arr As JavaObject...
  16. rleiman

    Android Question [Solved] - Using MediaPlayer to queue up and play sound files just like ExoPlayer

    Greetings, Can you tell me if it's possible to queue up and play the sound files in MediaPlayer from a list object just like you can do with the ExoPlayer? I'm asking because we had to change our apps that play sounds from the ExoPlayer to the MediaPlayer because customers are updating their...
  17. M

    Android Question change resolution of exoplayer manually

    Hello everyone I use exoplayer for HLS video streaming (m3u8 format) I want to implement a feature that user can change the resolution (480p,720p,..)of the video manually. Is it possible? sample HLS Link Like the image below(The image is related to the PotPlayer)
  18. M

    Android Question timebar(seekbar) exoplayer addListener

    hi how to addListener seekbar of exoplayer? (i find onScrubListener in exoplayer but how to use this event?) OnScrubListener exoplayer
  19. M

    Android Question change color timebar(seekbar) in exoplayer

    hello everyone I found the DefaultTimeBar class in exoplayer to change the color of the seekbar. some attributes of this class are used for color change for example: setPlayedColor , setUnplayedColor ,.... how to use this attributes and class in b4a?
  20. M

    Android Question change position subtitle in exoplayer

    hi everyone i'm try to change the position subtitle in exoplayer. search and find setBottomPaddingFraction in exoplayer. how can to use this void?
Top