Re: [android-developers] Re: MediaPlayer callbacks not firing after calling prepareAsync() from a Service

2011-02-01 Thread Jim Benton
The code is at https://code.google.com/p/npr-android-app/source/checkout On Tue, Feb 1, 2011 at 5:31 AM, John Scott johnosc...@gmail.com wrote: Where is the source for the NPR code you mentioned ? On Tue, Feb 1, 2011 at 7:45 PM, Doug beafd...@gmail.com wrote: On Jan 31, 6:58 pm, Jim Benton

Re: [android-developers] Re: MediaPlayer callbacks not firing after calling prepareAsync() from a Service

2011-02-01 Thread Jim Benton
of code I pulled in from the NPR app and hacked apart. Thanks for the help, I'll post back again if I learn anything further. Jim On Tue, Feb 1, 2011 at 2:45 AM, Doug beafd...@gmail.com wrote: On Jan 31, 6:58 pm, Jim Benton j...@autonomousmachine.com wrote: Any thoughts on what I could be doing

[android-developers] MediaPlayer callbacks not firing after calling prepareAsync() from a Service

2011-01-31 Thread Jim Benton
Hi everyone, I'm working on writing a small app that will stream mp3 files. I'm using the NPR code, but having a strange problem with mediaPlayer.prepareAsync(). I'm using a trimmed down version of the