Re: [android-developers] Re: problem playing back .mp4

2010-04-23 Thread Mark Murphy
Abhi wrote: I see the .mp4 video as having a frame rate of 30fps and resolution 640 x 480. Is that an issue? I have no idea. Also, I don't see the mp4 when I call list of all videos from within my application by Intent i = new Intent(Intent.ACTION_PICK); i.setType(video/*);

Re: [android-developers] Re: problem playing back .mp4

2010-04-23 Thread Mark Murphy
Abhi wrote: Mark What did you mean when you said the videos would work as long as they are properly hinted? MP4 files need to be safe for streaming -- the MOOV atom has to appear before the first MDAT atom. This sometimes happens by default. You can ensure an MP4 file is safe for streaming