> Ok I understood the problem...The file format.

AFAIK, the file format issue will not cause a core-dump-style crash like
the one you posted at the top of this thread. Instead, you will get an
error specifically about the video not being "safe for streaming".

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

No, a file can have an mdat atom. It just has to have an moov atom before
the mdat atom. For example, on the file that I linked to, I ran MP4Box
-hint on it to achieve this effect.

A good source of information on all of this Dave Sparks' Google I/O
presentation:

http://code.google.com/events/io/2009/sessions/MasteringAndroidMediaFramework.html

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