Hi! Here's a question for the Google guys, but of course any insight from anyone else is also welcome: How likely do you think it is that there'll be an interface for feeding raw data to the video player (MediaPlayer)?
More specifically, what I'd like to be able to do is to plug into the streaming layer that feeds into the MediaPlayer and implement a custom streaming protocol. It seems the only way I can get something similar done is by writing into a series of files on disk, and resetting the MediaPlayer's source to the newest file periodically. Unfortunately, that doesn't allow me to support seeking. I realize that there might be legal reasons preventing access to the codec hardware, or even the codec software - but surely implementing a transport protocol should be doable? I've tried implementing a regular java protocol handler (as in http://java.sun.com/developer/onlineTraining/protocolhandlers/ and similar examples), but that doesn't seem to work. Thanks, Jens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

