@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.
34 lines (33 loc) • 752 B
JSON
{
"name": "recordrtc",
"version": "5.6.3",
"authors": [
{
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"homepage": "https://muazkhan.com/"
}
],
"homepage": "http://recordrtc.org",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/RecordRTC.git"
},
"description": "RecordRTC is a JavaScript library can be used to record WebRTC audio/video media streams.",
"main": "RecordRTC.js",
"keywords": [
"webrtc",
"recordrtc",
"audio-recording",
"video-recording",
"gif-recording",
"audio/video recording"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}