Skip to main content
Inspiring
October 23, 2010
Answered

video recorder

  • October 23, 2010
  • 1 reply
  • 1105 views

Hi,

I am developing a video recorder.

I that user can capture video from webcam and save it.

User can preview the video before saving it.

How can i do this...Please send me tutorials link.

Thanks,

Shanthi

    This topic has been closed for replies.
    Correct answer

    Thanks Graeme for a great tutorial. http://www.fmsguru.com/showtutorial.cfm?tutorialID=8

    1 reply

    Graeme Bull
    Community Expert
    Community Expert
    October 23, 2010

    That's a matter of using the camera object and microphone object and connecting them to a netStream that is connected to the server with a netConnection.

    Here's a tutorial on playing video files on the server: http://www.fmsguru.com/showtutorial.cfm?tutorialID=3

    Here's a tutorial on using the camera and talking to FMS: http://www.fmsguru.com/showtutorial.cfm?tutorialID=8

    Here is a simple application that does what you want to with all the source code: http://www.solid-thinking.com/store/vidmail/

    Correct answer
    October 23, 2010

    Thanks Graeme for a great tutorial. http://www.fmsguru.com/showtutorial.cfm?tutorialID=8