Skip to main content
Participant
November 2, 2010
Question

Video record

  • November 2, 2010
  • 1 reply
  • 576 views

Hi ,

I am developing a web application.

where user can record video, audio and can take photos.

The recording is working fine. but only upto 70% of video is recording.

How can I know the video progress?

Is it possible to show a progress bar both on recording and preview video?

Thanks,

Jayaseelan

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    November 3, 2010

    How are you confirming that its only 70% recorded? I mean on what basis do you conclude that?

    You can check this tutorialhttp://fmsguru.com/showtutorial.cfm?tutorialID=20 - might not be exact fit for your answer but might be helpful

    Participant
    November 4, 2010

    Hi,

    After pressing record button I did some actios in front of the camera.I did some 5 actions.

    After that I pressed stop button.

    then I press preview... The preview plays upto 4th action.Its not playing 5 th one.

    How can i know the recording of the video is completed or its on progress?

    Thanks,

    Jai

    November 4, 2010

    Are you waiting for a netstream.buffer.flush code in your status handler for the publishing netstream before closing the publish netstream? If you have data in buffer on the client side waiting to go to the server, and you close the netstream before the buffer has time to empty, the data will never be sent to the server.