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.56k stars 1.76k forks source link

Maximum call stack size exceeded - again #683

Open jaden210 opened 4 years ago

jaden210 commented 4 years ago

I am seeing the same error as described in #203

"I record video 10 minutes and Stop recording.

The JavaScript Maximum call stack size exceeded"

Here is my setup: new RecordRTC.StereoAudioRecorder(this.stream, { type: 'audio', mimeType: 'audio/webm', numberOfAudioChannels: 1, bufferSize: 4096, });

the resulting blob is 53MB

As a sidenote it works fine on newer phones and computers.