I have looked at the documentation for MediaPlayer and it doesn't seem
to do what I need.  I need to be able to feed a personalized stream to
the media player.  For example, I have an AAC stream that has some
header information in it, so I can't simply feed the HTTP URL to the
media player because it will choked on the header information.

What I would like to be able to do is feed it a stream of data, and I
provide the parsing of the header, and feed it straight raw AAC data,
tell the media player that's the format and have it play it
(preferably with an existing decoder).

Is that possible and I'm just missing it?

Do I need to write a native (C code) decoder create my own specialized
format?

Thanks in advance,

-phil

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to