Hi all
How can I add a buffering event to VideoPlayer (audio library)?
I found a similar method in a previous thread but I couldn't apply it to the buffering event:
Currently when a videoview cannot be played, an error message pops up on the screen. Is it possible to raise an error event instead? It appears that VideoView exposes a "setOnErrorListener" event in Java. I'd like to use the following trick in B4A...
I want to show loading icon while exoplayer is buffering data from streaming media, but exoplayer has 3 events(ready,error,complete) only.how I detect buffer event? thanks
I want to listening some events of exoplayer or exoplayerview ,and i saw a lot of events in the website(https://exoplayer.dev/listening-to-player-events.html) I saw three events in the Example(Player_Ready,Player_Error,Player_Complete) ,but i don't know how to use others(I even don't know...
I want to show loading icon while exoplayer is buffering data from streaming media, but exoplayer has 3 events(ready,error,complete) only.how I detect buffer event? thanks