RecordRTC/RecordRTC-to-Nodejs/README.md
mkdir node_modules
npm install recordrtc-nodejs
# to run it!
cd node_modules/recordrtc-nodejs/
mkdir node_modules
# install prerequisites
npm install
node server.js
In the node.js command prompt window; type node server.js; then open http://localhost:9001/.
There are some other NPM packages regarding RecordRTC:
Make sure that directory names MUST NOT have spaces; e.g.
// invalid directory
C:\Hello Sir\Another\RecordRTC
// valid
C:\Hello-Sir\Another\RecordRTC
// invalid directory
C:\First\Second Dir\Third\RecordRTC
// valid
C:\\First\Second-Dir\Third\RecordRTC
This experiment:
RecordRTC-to-Nodejs is released under MIT licence . Copyright (c) Muaz Khan.