muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.46k stars 1.75k forks source link

[question] does RecordRTC use indexedDB automatically? #791

Open Talb2005 opened 2 years ago

Talb2005 commented 2 years ago

Do I need to worry about RAM availability in case of several hours recording, and add logic which saves Blob chunks in indexedDB? or is this already handled by RecordRTC for me?