UNPKG

recordrtc

Version:

RecordRTC is a server-less (entire client-side) JavaScript library can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording.

51 lines (50 loc) 1.35 kB
{ "name": "recordrtc-nodejs", "preferGlobal": true, "version": "1.0.0", "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 index.js" }, "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/muaz-khan/WebRTC-Experiment.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/WebRTC-Experiment/tree/master/RecordRTC/RecordRTC-to-Nodejs", "_id": "recordrtc-nodejs@1.0.0", "_from": "recordrtc-nodejs@" }