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)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…