UNPKG

@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.

56 lines (55 loc) 1.42 kB
{ "name": "recordrtc-nodejs", "preferGlobal": true, "version": "1.0.6", "author": { "name": "Muaz Khan", "email": "muazkh@gmail.com" }, "description": "Records audio/video separately as wav/webm. POST both files in single HttpPost-Request to Node.js (FormData). Node.js code saves both files into disk. Node.js code invokes ffmpeg to merge wav/webm in single webm file. The merged webm file's URL is returned using same HTTP-callback for playback!", "contributors": [ { "name": "Muaz Khan", "email": "muazkh@gmail.com" } ], "scripts": { "start": "node server.js" }, "main": "./server.js", "repository": { "type": "git", "url": "https://github.com/muaz-khan/RecordRTC.git" }, "keywords": [ "webrtc", "javascript", "RecordRTC", "Node.js", "ffmpeg", "audio-recording", "video-recording", "gif-recording", "audio/video recording", "webp", "webm", "wav" ], "analyze": false, "license": "MIT", "engines": { "node": ">=0.6" }, "readmeFilename": "README.md", "bugs": { "url": "https://github.com/muaz-khan/WebRTC-Experiment/issues" }, "homepage": "https://github.com/muaz-khan/RecordRTC/tree/master/RecordRTC-to-Nodejs", "_id": "recordrtc-nodejs@", "_from": "recordrtc-nodejs@", "dependencies": { "formidable": "latest", "mime": "latest", "recordrtc": "latest" } }