There is limited support for streaming MP3 over HTTP in 1.0 release. You simply pass in the URL you want play. This requires an HTTP 1.1 server (not Shoutcast). There is no support for extracting metadata from the stream.
Cupcake adds the capability to stream raw PCM audio from your Java application. Theoretically, you could write a streaming client in Java, but I have doubts about getting the codec performance required to decode in real-time. I think what you are asking for is a way to send an encoded stream directly to the player engine for parsing and playback. That use case is not currently supported, but we do plan on adding that capability in the future. On Feb 22, 1:22 am, Maria Pio Deepa Sebastian Brian <[email protected]> wrote: > I am working on an android application,which should play out data from > internet radio stations.Is there any way possible with android mediaplayer > to do this without buffering the stream into a file i.e without sdcard?Is > there a way in android SDK to play out audio data directly from http URL?Is > there a newer release( I read somewhere about SDK 1.5 with cupcake),which > supports this? > Thanks in advance for your help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

