aacdecoder-android icon indicating copy to clipboard operation
aacdecoder-android copied to clipboard

Not working when using 3G Mobile network connection.

Open GoogleCodeExporter opened this issue 9 years ago • 2 comments

What steps will reproduce the problem?
1. Turn off WiFi 
2. turn on Mobile network data (HSDPA,3G,EDGE)
3. Play any aac stream

What is the expected output? What do you see instead?

Instead Playing stream I got this:

playAsync():
java.io.FileNotFoundException: http://37.187.90.121:3634/stream
at 
libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java
:177)
at com.spoledge.aacdecoder.AACPlayer.getInputStream(AACPlayer.java:467)
at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:283)
at com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:248)
at java.lang.Thread.run(Thread.java:856)


What version of the product are you using? On which device ?

0.6.1 , Galaxy S3, Android 4.1.2

What is the URL of the stream ?

http://37.187.90.121:3634/stream

Original issue reported on code.google.com by [email protected] on 8 Nov 2013 at 12:57

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

After changing Access Point Name configuration in my mobile network settings, 
the problem has been solved, the difference between this two profiles was in 
being with or without proxy. APN profile with proxy trows exception.

If someone has the same problem, look at your APN profile configuration.

Original comment by [email protected] on 8 Nov 2013 at 10:30

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

Solution: try icy://37.187.90.121:3634/stream instead http://! Works with proxy

Original comment by [email protected] on 6 Mar 2014 at 11:43

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter