You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, my app (using demo) seems to HANG when it cannot connect to the station URL. For example, if the station is not broadcasting and the server is not running.
How can I check if the station server is running before attempting to connect? Or, how can I have a callback which notifies me the RadioPlayerService could not connect?
Where is the timeout setting? (if available)
Thanks!
The text was updated successfully, but these errors were encountered:
its a serious issue. Player failed to respond after a failed URL loading.
"W/LOG: Cannot set the ICY URLStreamHandler - maybe already set ? - java.lang.Error: Factory already set" - Source class (RadioPlayerService.java)
Not responding to any commands after this.
already tried
" try
{
mRadioManager.disconnect();
} catch (Exception e)
{
//Do nothing, apparently we where not connected in the first place.
}
RadioManager.flush();
Hi there, my app (using demo) seems to HANG when it cannot connect to the station URL. For example, if the station is not broadcasting and the server is not running.
How can I check if the station server is running before attempting to connect? Or, how can I have a callback which notifies me the RadioPlayerService could not connect?
Where is the timeout setting? (if available)
Thanks!
The text was updated successfully, but these errors were encountered: