ufk
ufk

Reputation: 32144

capture video and audio from webcam locally?

I'm writing a flex 4.5 application that's supposed to capture a video from a webcam and audio from microphone and save it in some video format (i don't care which format).

I use VideoDisplay to display the webcam. how can I fetch and play audio in real time ?

Is there a way to save the video locally without using a flash media server?

Upvotes: 3

Views: 1984

Answers (2)

Chinjoo
Chinjoo

Reputation: 2832

You can check with the red5Recorder which is a player built using flex builder and configurable to any recorder like Red5 server or Flash FMS. You can check with the open source code to understand that.

Upvotes: 0

Nate
Nate

Reputation: 2936

Flash/Flex does not have video encoding capabilities. You will need to send to a server for the encoding.

Sorry, I know this isn't good news. :\

Upvotes: 1

Related Questions