Saturday, November 22, 2008

Android Streaming Live MP3 player

I've been trying to write an Android live stream player with the MediaPlayer object for the last day or so.

Well I do have a solution though it blips every now and then. I will post my solution early next week after cleaning up the code a bit.

I use two temp files to load up my buffer and pass those to the MediaPlayer. That simple!

0 comments: