#RTC Video Conference Recorder Demo A quick seed project for using UserMedia, WebRTC, and MediaRecorder to start a video conference between two users and record them on server. Currently only works in FireFox.
Read the entire article here
##How to Run
- install npm
- make sure you have ffmpeg install on your system
- npm install to instlal dependencies
- cd into the section you want to demo, use node index.js to start local server and open the main html page with FireFox.