[android-developers] Re: MediaPlayer streaming playback

2008-10-16 Thread zl25drexel
we are able to play .mp4 (streaming). You need to make sure your mp4 is android compatible. if not, on linux, use MP4Box test.mp4 -hint to make the video compatible. On Oct 16, 2:33 am, Jason Proctor <[EMAIL PROTECTED]> wrote: > can you stream video? > > has anyone managed to stream video? if s

[android-developers] Re: MediaPlayer streaming playback

2008-10-15 Thread Megha Joshi
MediaPlayer can only be used to play progressive streaming media. The thread below has more details on how to check if your files are progressive streamable and how to create progressive streamable content: http://groups.google.com/group/android-developers/msg/2175bba33a09b262 2008/10/15 Jason Pro

[android-developers] Re: MediaPlayer streaming playback

2008-10-15 Thread for android
Jason, What do you mean by stream is out.I am able to stream an Mp3 from an uri and get it in my local device. RTSP is not supported On Fri, Oct 10, 2008 at 3:47 AM, Jason Proctor <[EMAIL PROTECTED]> wrote: > > OK i found the answer in the 1.0 release notes. seems like streaming > is out fo

[android-developers] Re: MediaPlayer streaming playback

2008-10-09 Thread Jason Proctor
OK i found the answer in the 1.0 release notes. seems like streaming is out for the time being. >i've been trying to play 3gp and mp4 movies off an HTTP server with >MediaPlayer without success. i know the movie files are OK because i >can play them locally off the sdcard. > >the errors i'm ge