Possible Duplicate:
AVPlayer streaming progress
I'm using AVPlayer to play streamed audio from an URL. I would like to show buffering percentage while audio is being streamed. I know that I can observe playbackBufferEmpty and playBackLikelyToKeepUp properties but it can only give me the information if buffer is loading.
Do you have any ideas how to realize it?
Thanks.