Search code examples
apache-flexwebcamvideo-captureflex4.5

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?


Solution

  • 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. :\