Android Question Exoplayer Dash

Shivito1

Active Member
Licensed User
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
 

Shivito1

Active Member
Licensed User
Not sure which walkthrough you are looking for. You need to find the direct video link and the protocol used by this specific site.

Well the site is dramafever.com and I have used google. searched things like how to get site direct link. thus far I have not made much progress.
 
Upvote 0
Top