audioplayer
audioplayer copied to clipboard
problem with url link
when i use a url link, it takes two or three seconds to play the music
It's because it has to fetch it from the network.
The audio is not local, you are experiencing a network delay.
possible to solve this ?or how to improve? ?
If you using IceCast you can tune it by increase burst-size
value. More details here: https://stackoverflow.com/questions/6582908/why-does-it-take-so-long-for-androids-mediaplayer-to-prepare-some-live-streams
I'm using firebase, how to do it ? Thanks