Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any WebRTC implementations that allow for video recording?

According to this question, WebRTC is apparently already partly implemented on a development versions of FireFox, Chrome and Opera.

However, I read that video recording from device is not yet supported in the Chrome Canary build. Are there any implementations that allow for that at this stage?

like image 754
Herman Schaaf Avatar asked Feb 16 '12 10:02

Herman Schaaf


1 Answers

A very late answer but alot is happening in this area so I thought I could give an update to those (like me) that finds this question by searching.

You can try using RecordRTC

The video can be save to disk by using the saveToDisk function described in the link below: http://muaz-khan.blogspot.se/2012/10/save-files-on-disk-using-javascript-or.html

like image 155
Mikael Holmgren Avatar answered Oct 20 '22 14:10

Mikael Holmgren