[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

[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

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 lovesa...@gmail.com 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 ??

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

[android-developers] Re: Http Live Streaming

2011-10-14 Thread kiranmai
Hi we are unable to open the URL which you have sent...Please share me some information on HLS working on HC 3.0 version. Is HLS working on HC 3.0. Because when i am trying it is giving segmentation fault. Also on what all versions does HLS support??? Regards, Kiranmai. On Oct 13, 3:59 pm,

[android-developers] Re: Http Live Streaming

2011-10-13 Thread bhargavi
Hi, Thanks for the response,i wanted to test HLS on Android 3.0 using serve stream apk,but i dint find any m3u8 playlist.Can you send me a sample playlist so that i can test. Also is there any other apk which supports HLS. Please respond ASAP. Regards, Bhargavi. On Oct 13, 11:16 am, Sumedh

[android-developers] Re: Http Live Streaming

2011-10-13 Thread kiranmai
Hi, I wanted to know testing HLS between Windows/Linux PC and Android emulator/phone. I tried with ServeStream apk on android phone but it didn't work. Can you please tell the steps on how to test HLS. Regards, Kiranmai. On Oct 13, 11:16 am, Sumedh Jiwane sumed...@gmail.com wrote: Simple

[android-developers] Re: Http Live Streaming

2011-10-13 Thread zafera
Here is a test stream link from microsoft you can type this to android device's web browser and see if it plays the video. httplive://mediadl.microsoft.com/mediadl/IISNET/SmoothMedia/iPhone/bbb/output/test.m3u8 Zafer On 13 Ekim, 10:04, bhargavi bhargavi1...@gmail.com wrote: Hi,     Thanks for

[android-developers] Re: HTTP Live Streaming

2011-02-16 Thread Samuh
AFAIK, MMS is not supported on Android. -- 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

Re: [android-developers] Re: HTTP Live Streaming

2011-01-05 Thread Kevin R. Octavian
how about mms streaming? On Fri, Dec 31, 2010 at 12:51 PM, Samuh samuh.va...@gmail.com wrote: I can't say anything about which (if any) Android video players support RTSP, including authorization, so do your own research. This guy here[http://justdevelopment.blogspot.com/2009/10/video-

[android-developers] Re: HTTP Live Streaming

2010-12-30 Thread Samuh
I can't say anything about which (if any) Android video players support RTSP, including authorization, so do your own research. This guy here[http://justdevelopment.blogspot.com/2009/10/video- streaming-with-android-phone.html] says streaming video over RTSP is possible using the MediaPlayer