@vikasietum_tecknology/record-rtc
Version:
record-rtc is a library based on recordrtc library. In this forked version of the original library we have optimized the memory management. The video recording is stored in IndexDB in chunks.
35 lines (26 loc) • 725 B
Markdown
## Contribute to RecordRTC!
```sh
mkdir node_modules
npm install --save-dev
# install grunt for code style verifications
npm install grunt-cli.1.13 -g
npm install grunt.4.5
npm install grunt-bump.7.0
npm install grunt-cli.1.13
npm install grunt-contrib-clean.6.0
npm install grunt-contrib-concat.5.1
npm install grunt-contrib-copy.8.2
npm install grunt-contrib-uglify.11.0
npm install grunt-contrib-watch.1.0
npm install grunt-jsbeautifier.2.10
npm install grunt-replace.11.0
npm install load-grunt-tasks.4.0
```
## Compile distribution
```sh
grunt
# or auto compile
grunt watch
```
It will generate `RecordRTC.js` and `RecordRTC.min.js` in the main directory.
# Success? Make a pull request!