I am trying to stream mpeg audio from a url on the web via MediaPlayer. I am getting an error on the prepare call.
02-23 13:05:12.626: ERROR/PlayerDriver(554): Command PLAYER_INIT completed with an error or info PVMFErrCorrupt 02-23 13:05:12.636: ERROR/MediaPlayer(1147): error (1, -10) 02-23 13:05:12.755: ERROR/Streamer(1147): error streaming I can get my code to work for a direct url ie http://foo.com/bar.mp3 but If I point to a url that is note a file (a stream) such as http://foo.bom/myfeed then I get the mentioned error. I don't know if its because the content size is not defined or what. Everyone seems to have this trouble can someone please help! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en