Android Question How detect finish download in ExoPlayer

devmobile

Active Member
Licensed User
I use below code
B4X:
player1.Initialize("player")
        player1.Prepare(player1.CreateUriSource(Configuration.Base_URL & "files/gallery/" & Gallery.Get("sFilename")))
        videoview.Player    =    player1

It is downloading video from server
Maybe it take a minute
But i cannot detect when it finish (finish downloading)
 

DonManfred

Expert
Licensed User
Longtime User
why a progressbar? Did you have any progressvalue to update it?
 
Upvote 0
Top