Hi Sumeet,
I have been looking at live video streaming as well. My main worry is
the format of the video when you record it from the mediaRecorder. Did
you find the MOV atoms in the correct place (before the DAT atoms).
Because the media recorder apparently fills in these after the
recording is finished and the file is post processed. I would
appreciate any help on the recording side. I am willing to look into
the delay issue myself, but need to get this going first.

Cheers

On Mar 19, 2:07 am, Sumeet <khullar.sum...@gmail.com> wrote:
> Hi,
>
> I am trying to create alivevideostreaming application for Android.
>
> Using the MediaRecorder class I am able to record avideo, andstream
> it to the flash server.
>
> However, I am facing a 2-3 second delay while Istream, so the
> streaming is notlive.
>
> I was printing some statistics from the encoder, and observed that the
> encoder writesvideo
> data in a burst, i.e. it writes about 40 kb of data, and then waits
> for 2 seconds before writing
> the next 2 kb of data and so on.
>
> Is there anything that I am doing wrong here? How do I get rid of
> this. Are there any internal
> buffers or caches that I need to flush?
>
> Thanks!

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