Hi, this is my first post. forgive me if I make any mistakes.

I'm trying to implement Video streaming over the delay tolerant networks 
(An android implementation for the same "Bytewalla" is what im using).
For that I'm trying to implement Progressive video download and playback 
based on this tutorial : Pocket Journey 
tutorials<http://blog.infidian.com/2008/04/04/tutorial-custom-media-streaming-for-androids-mediaplayer/>.
 
Here I manually download the video from the network and start playback as 
implemented in the tutorial. I'm using SurfaceHolder to display the video. 
While creating a new media player the prepare call is blocking the display. 
Is there a way to continue the display during the prepare call?

Sincerely,
Pratik

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