I use below code
It is downloading video from server
Maybe it take a minute
But i cannot detect when it finish (finish downloading)
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)