Hello, all ... I'm an iPhone dev learning Android, and one thing I want to do is play audio from a network stream. While it appears that the Android MediaPlayer class can play an AAC / MP3 stream from a URL, I think I need to go lower than that. For instance, when the connection drops, I want to reconnect at the last point without interrupting the audio. I also want to implement my own timeouts if the server sends data slowly, not to mention control the progressive download and do things like dynamically identify AAC / MP3 frame headers to make a seek table.
I've done this stuff with the iPhone, and i'm very interested in learning how to do this on Android. Are there examples / tutorials on the Android lower-level network and media APIs, and if so, would someone point me to them? I'd be quite appreciative :-) Regards, John -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

