gabrielfari / aacdecoder-android

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

Kitkat streaming AAC+ 32kb #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
01-13 14:02:32.816: E/AudioTrack(1382): AudioFlinger could not create track, 
status: -12
01-13 14:02:32.816: E/android.media.AudioTrack(1382): Error code -20 when 
initializing AudioTrack.
01-13 14:02:32.966: E/PCMFeed(1382): error in playback feed: -3

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

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

Lib 8.0 

What is the URL of the stream ?

stream1.mambo.it:8060

Please provide any additional information below.

Original issue reported on code.google.com by dang...@danguru.com on 13 Jan 2014 at 7:05

GoogleCodeExporter commented 8 years ago
I cannot reproduce this error. 
Using the demo player I am able to play this stream.

Original comment by vbarta...@gmail.com on 14 Jan 2014 at 3:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
i found the mistake!!! if you put buffer capacity 5000 will do the error, i 
changed to 1500 and i solved it!!

Original comment by dang...@danguru.com on 15 Jan 2014 at 3:09

GoogleCodeExporter commented 8 years ago
Hello, 

I'm new to Android, I'm implementing aac player in one of my Apps. It works 
perfectly on my device. The problem is when the server is down, when there's no 
data found in the audio URL, the App crashes. I would like  not to crash the 
App,but  instead show the user in the txtStatus that the server is down.
My device is running Android 4.1.
Jaime Cajamarca

Original comment by jaime-ca...@live.com on 24 Jan 2014 at 6:29

GoogleCodeExporter commented 8 years ago
Thanks to danguru for the fix. This work with kitkat. Also work is you put 2700 
of buffer capacity

Original comment by arreazah...@gmail.com on 3 Feb 2015 at 10:26