I'm trying to get a video from Dramafever to run but it seems like it wont.
B4X:
vidon = "1"
LoadLayoutToPanel("1")
If 1==1 Then
player1.Initialize("player")
sources.Initialize
sources.Add(player1.CreateFileSource(File.DirRootExternal & "/Download","big.mp4"))
sources.Add(player1.CreateDashSource("https://www.dramafever.com/drama/4993/6/Ten_Miles_of_Peach_Blossoms_%2528aka_Eternal_Love%2529_-_%25E4%25B8%2589%25E7%2594%259F%25E4%25B8%2589%25E4%25B8%2596%25E5%258D%2581%25E9%2587%258C%25E6%25A1%2583%25E8%258A%25B1/?ap=1"))
player1.Prepare(player1.CreateListSource(sources))
' SimpleExoPlayerView1.
End If
SimpleExoPlayerView1.Player = player1