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

Kitkat streaming AAC+ 32kb

Open GoogleCodeExporter opened this issue 9 years ago • 5 comments

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 [email protected] on 13 Jan 2014 at 7:05

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

I cannot reproduce this error. 
Using the demo player I am able to play this stream.

Original comment by [email protected] on 14 Jan 2014 at 3:40

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

[deleted comment]

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

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 [email protected] on 15 Jan 2014 at 3:09

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

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 [email protected] on 24 Jan 2014 at 6:29

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

Thanks to danguru for the fix. This work with kitkat. Also work is you put 2700 
of buffer capacity

Original comment by [email protected] on 3 Feb 2015 at 10:26

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter