Android Question Exoplayer - Can not load large mp3 files only about first 65secs loads then stops

Ehsan Tamjidi

Member
Licensed User
Hi there
I can load online mp3 into exoplayer, but the problem is only first 65 secs of music is getting loaded and played
I add sources like this and I have tried other methods of adding sources (DASH,HLS, Uri)
no success
B4X:
sources.Add(player1.CreateUriSource(TrackURL))

thanks
 
Last edited:
Top