Ok I understood the problem...The file format.
Reading this thread
http://groups.google.com/group/android-challenge/msg/114f11e31351840d

I learned that a file containing a header with mdat can't be readed in
streaming. The file that I'm trying to read contains this famous mdat
blocking the steaming. The test file that you give, doesn't contain it
before the "moov" (even if I get another error message : 12-05
20:28:03.421: ERROR/PlayerDriver(37): Command PLAYER_INIT completed
with an error or info PVMFErrResource, error (1, -17)).

Thanks for your help. I think that I have to cancel my idea or to
develop my own way to stream video file :(

Best




On Dec 5, 7:35 pm, "Mark Murphy" <mmur...@commonsware.com> wrote:
> > ok I can display a remote video, but the problem is that the video is
> > completly loaded before starting :-/ I use the following example :
> >http://davanum.wordpress.com/2009/12/04/android-%E2%80%93-videomusic-...
> > and I'm not sure that your example reads MP4 in streaming...Can you
> > confirme or infirm this ?
>
> If I am the "your" in "I'm not sure that your example reads MP4 in
> streaming", then, yes, the vidtry sample I linked to earlier accepts HTTP
> URLs for MP4 files. Presumably, it'd work with RTSP as well, but I don't
> have any sample RTSP links.
>
> You are welcome to try this URL:
>
> http://commonsware.com/misc/test.mp4
>
> It's a Google I/O conference video with the appropriate MP4 file hinting
> to make it safe for streaming. It worked with vidtry the last time I
> tested it.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> Android App Developer Books:http://commonsware.com/books.html

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to