I have an app that plays MP3 files from a server. On occasion, the player will momentarily stop and then start again. It seems that stream may not be keeping up with the player and the player is running out of data.
Is there a way to increase the receive buffer size to have a few more seconds of buffered data?
Is there a way to increase the receive buffer size to have a few more seconds of buffered data?