5.6.11 • Published 28 days ago

@vikasietum_tecknology/record-rtc v5.6.11

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
28 days ago

Memory Optimized RecordRTC

The library is forked from RecordRTC and a new functionality is added to continuously store the recorded video in chunks in the IndexDB. Hence you can now record larger videos without worrying about the memory issue. Although the memory is limited to the quota alloted to the browser for the IndexDB storage by the Operating system.

Read the original ReadME file here.

Tech Stack

Below is the tech stack for this library

NameVersionNotes
NodeJSv20.12.0
Node Version Manager0.39.1
Grunt0.4.5We are using this for building the library
Webpack4.44.1Not used for now
Dexie3.2.7Used for easier api for usage of IndexDB

Setup the development environment

Install NVM (link)

Follow the steps mentioned in the repo github link

Install Node

Install node version v20.12.0

nvm use v20.12.0

Install Grunt (link)

Run below command

npm install -g grunt-cli

Building

Follow the below steps for building this library. Run the script tools/clean-build.sh

5.6.11

28 days ago

5.6.9

5 months ago

5.6.8

5 months ago

5.6.7

5 months ago

5.6.6

5 months ago

5.6.10

5 months ago

5.6.5

7 months ago