0
When Android makes an external connection and this url is not available it returns an error.
How to customize an error as in the example below:
java.io.IOException: Error response: 401 Service Unavailable
for something like:
Erro: Serviço não dospinível
I hope I was clear on the question.
How is this message being displayed on the screen? Could you post a snippet of the code in which it displays it?
– Wakim
The error is at the time of the aacencoder connection. When streaming is not available the above error appears on the screen. multiplayer.playAsync("http://url-do-streaming:8000"); My code looks similar to this: https://code.google.com/p/aacdecoder-android/source/browse/trunk/player/src/com/spoledge/aacplay/ACPlayerActivity.java
– anderson