[android-developers] Making Video files Android ready for playback over HTTP

2010-07-09 Thread Samuh
I am working on an Android application which is supposed to play videos over HTTP on Android devices. Before we setup a server to host the video files just wanted a few things clarified: As per the developer documentation, Android supports .mp4 and .3gp container formats for video. The

Re: [android-developers] Making Video files Android ready for playback over HTTP

2010-07-09 Thread Mark Murphy
MP4Box -hint does the trick: http://www.videohelp.com/tools/mp4box More info here: https://help.ubuntu.com/community/AndroidVideoEncoding On Fri, Jul 9, 2010 at 6:17 AM, Samuh samuh.va...@gmail.com wrote: I am working on an Android application which is supposed to play videos over HTTP on