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.53k stars 1.75k forks source link

Recorded video freezes while playing at consecutive intervals #650

Open sevendreamzone1 opened 4 years ago

sevendreamzone1 commented 4 years ago

when I record video to node js it freezes while playing, recording audio and video from the remote side and audio-only from local side. I am choosing streams like these var arrayOfStreams = [localStream,remoteStream]; recorder = RecordRTC( arrayOfStreams, { type: 'video' });

thornzz commented 3 years ago

Any solution?