Search code examples
javascriptjqueryflashwebcamflash-video

Flash library for webcam recording, wrapped in JS?


We want our users to be able to upload video streams to us, from their webcams. We're planning on using a service like Infuxis to handle the Flash Media Server side of things, but we need a client-side SWF that'll do the actual capturing.

Now, I know a little Flash, but not a lot. Ideally, I'd use an SWF that comes wrapped in a series of JS functions that'll allow me to control the process from within the browser (like this jQuery webcam plugin- but for video). Does anyone know of any?


Solution

  • You can check out cameratag.com. It provides a JS API for controlling a flash webcam recorder.