Search code examples
androidandroid-mediaplayerinternet-radio

Android MediaPlayer info/warning (703, 0) info/warning (701, 0) slow wifi or data connection


03-25 05:52:15.329 8029-8042/com.mgh.radio W/MediaPlayerNative: info/warning (703, 0)
03-25 05:52:15.329 8029-8042/com.mgh.radio W/MediaPlayerNative: info/warning (701, 0)
03-25 05:52:22.547 8029-8029/com.mgh.radio D/PlayRadioActivity: android.media.MediaPlayer@4ca9cf
03-25 05:52:22.549 8029-8029/com.mgh.radio D/PlayRadioActivity: android.media.MediaPlayer@4ca9cf

I'm streaming radio from an audio datasource ip. This is my logcat, whenever my internet connection is slow radio stream get stopped. I've seen Android MediaPlayer : info/warning (703, 0),info/warning (702, 0),info/warning (701, 0),ProtocolException when try to seek from a random position , but it's about seekbar, but i don't have any problem regarding seekbar


Solution

  • In my case Music was getting stopped when display goes off though my "WAKELOCK" was on. I was be able to get around the problem by going under Android's advanced Wi-Fi settings and disabling the "Wi-Fi optimization" option, which claims to "minimize battery usage when Wi-Fi is on". For Mobile Data, it will occur if background Data is Turned off or data saver is turned on.