aac

Seeking in AAC streams on Android

I'm getting an AAC stream from a HTTP server and using that as the datasource for the MediaPlayer in Android. It plays perfectly fine, but when I try to execute mediaPlayer.seekTo(int position) I get the following errors about a million times: WARN/AACDecoder(13889): AAC decoder returned error -1, substituting silence WARN/AACDecoder(13...

Play AAC using the AudioFileStream

I want to play the AAC which comes from a service .like mp3.But It can not be played.anyone can help me. ...