How can I record video online with jQuery or in some way other than using Flash?
-
I am trying to figure out how I can have users record themselves with their webcam on my site. How can I do this?
-
Answer:
Javascript would require hardware access to the webcam. That's not possible nowadays. Javascript has pretty limited powers within the browser.
Nick Ali at Quora Visit the source
Other answers
You're going to have to wait a few years for the <device> element of the HTML5 spec to mature: http://dev.w3.org/html5/html-device/ Someone has however found a way to do it with <video>, but it requires you to jump through some hoops: http://nicklothian.com/blog/2009/11/17/using-a-webcam-with-html-5-via-vlc/
Andrew Rabon
Yes you could use this ,not directly with html compionents as even html 5 dont have camera support , but if u have hidden flash application which have some javascript methods which start and stop camera recording so with help of jquery u could call them and make ur applicaiton complete but it would be totaly base on flash even its hidden. its more like uploading multiple files only flash provide this stuff html only allows one. You may google how to braodcast/record with flash ,it would require some RTMP server for this
Sajid Hussain
There's no way to do video recording without a plugin (Flash). You can however use JavaScript to interact with a recording technology. For example, our Nimbb player can be controled with JS code. If that's what you need, you can look at our service: http://nimbb.com
Benjamin Berube
Right now there's no reasonable way to do it other than with Flash. Anything else is shaky, at best.
Burak Kanber
We're very close but nobody is currently recording HTML5 streams. We here at http://CameraTag.com are working on a WebRTC. In the mean time you can check out our flash recorder with an HTML5 interface.
Chris Danzig
Related Q & A:
- How can I record footage from my Wii?Best solution by answers.yahoo.com
- How do I record video to a local disk in AIR?Best solution by Stack Overflow
- How can I record video onto my memory stick with a Sony Handycam?Best solution by Yahoo! Answers
- How can I record a video using my webcam?Best solution by Answerbag.com
- How can I record streaming video for free?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.