I want to stream sound from URL. I used various cocoacontrols to implement it and also used AVPlayer to stream audio but all works in the same manner that they load complete audio at once and then play which takes lots of time in case of large audio files. So I want to stream my sound from URL as other online players do like other music app (Gaana or Savan).
Thanks in advance.