vgokul129
Results
1
issues of
vgokul129
I have the following source code to record Video stream(Video constraints: width: 1920, height: 1080, frameRate: 60). ``` function startRecord(){ recorder = RecordRTC(window.stream, { type: 'video', mimeType: 'video/webm;codecs=vp8', recorderType: MediaStreamRecorder,...