How to record video via webcam using javascript
3 answers
There, the GitHub project is called RecordRTC . There's also a live demo here . This tool can work in browsers that support WebRTC and getUserMedia . It can record both audio and video.
However, according to the Can I Use data , currently WebRTC and getUserMedia are only supported by Firefox, Chrome and other blink browsers.
+2
source to share
Use navigator.getUserMedia function .
Check out these URLs. Capture audio and video
+2
source to share