Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I do video capture in the browser?

Ideally what I was initially looking for is an implementation of the HTML5 Media Capture API with a polyfill rolling back to Flash, however, my research has concluded that the API is in its infancy and is yet to be taken up by any of the major vendors, and in addition to that, Flash means for doing what I need seem scarce.

I need to be able to take webcam input from a camera, show a live preview, record, and play back that recording, nothing more, no upload to server necessary, all local.

Are there any decent Flash solutions? Or other means of achieving this?

I have found a lot of references to Red5, to clarify, would that refer to this: http://www.red5-recorder.com? Is this really the tool to use or are there better alternatives?

like image 648
Steve Avatar asked Nov 24 '11 09:11

Steve


2 Answers

I ended up using http://nimbb.com for this, the free version has some limitations but gives the basic functionality needed met my criteria for the project.

In addition to my needs it also allows users to upload recordings to the Nimbb website and share over social, which can't hurt!

like image 125
Steve Avatar answered Oct 13 '22 12:10

Steve


I too am looking around for the same feature. The best I found was Open-Tok, they do all the work

http://www.tokbox.com/opentok/plugnplay#VideoMessages

My problem is my site is adult in nature, so the people recording the videos would more than likely be naked. This is against the terms of service for Open-Tok I do like their offering.

like image 38
AndyW Avatar answered Oct 13 '22 13:10

AndyW