pdvsit / aacdecoder-android

Automatically exported from code.google.com/p/aacdecoder-android
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Not working when using 3G Mobile network connection. #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 marjanov...@gmail.com on 8 Nov 2013 at 12:57

GoogleCodeExporter commented 9 years ago
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 marjanov...@gmail.com on 8 Nov 2013 at 10:30

GoogleCodeExporter commented 9 years ago
Solution: try icy://37.187.90.121:3634/stream instead http://! Works with proxy

Original comment by i...@electroradio.ch on 6 Mar 2014 at 11:43