I would like to know how to handle playing of audio files from server using AVQueuePlayer when the buffer is empty. I receive buffer is empty via KVO and I am not sure what I suppose to do. This will happen when device is connected to low bandwidth. Will I able to get audio data in the buffer once the bandwidth is good?
Thanks.