[android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-11-03 Thread Shajahan
Thanks Mark, Sumedh, successfully implemented my functionality to stream the live videos using hinting ...thanks for your suggestion. I have one more doubt for the same .above worked like charm for HTTP .how to go about for RTSP Any ideas ?? On Oct 19, 4:49 pm, Sumedh Jiwane wrote: > Hin

Re: [android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-19 Thread Sumedh Jiwane
Hinting MP4 simply adds the Hinting track to MP4 files for progressive download. This is helpful if you want to stream file. Hinting tracks are additional tracks for quick access to data. Check the android document for audio/video codec supported and match them against the file that you are playing

Re: [android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 4:15 AM, Shajahan wrote: > So, my question is there any limit on the size/length of the video > file like say it works for length 1min or 2mins tracks and those of > greater than this length doesn't work. Not usually. > what is the MOOV and mdat atoms ?? what is the diffe

[android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-19 Thread Shajahan
Thanks Mark ... After hinting the MP4 files using the MP4BOX and hosting at some remote location (like say hosting at dropbox) works fine. But still some of the files doesn't work. (in particular length more than 2mins track) So, my question is there any limit on the size/length of the video file l