I'm using AVPlayer to play mp3 files from a remote url.
i'm having some issues with the initial loading time of the mp3, it is very slow (around 5-8 sec).
i compared it with other third parties players and its much slower, i also compared it with an android player and it is also much slower.
so the problem is not with the url itself nor with the network connection..
another interesting point is that after the AVPlayer start playing the mp3, seeking is very fast (almost immediately), does that mean the player download the entire mp3 file before start playing, and thats the reason it is so slow?
can i control this behaviour? if not, any other ideas what can be the reason?