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

playback audio loss #772

Open dinceremre opened 3 years ago

dinceremre commented 3 years ago

only video displayed when recording played back. our demo deeply screwed. please help

every stream is included in the recording through the following call. recorder.getInternalRecorder().getMixer().appendStreams([stream]);

dinceremre commented 3 years ago

this._recorder = RecordRTC(this.recordStreams, { type: "video", video: { width: 960, height: 540, }, audioBitsPerSecond: 128000, videoBitsPerSecond: 2560000, frameRate: 18, / canvas: { width: 1280, height: 720 },/ mimeType: "video/mp4" , timeSlice: 1000, / timeSlice: 1000, ondataavailable: (blob)=>{ blobs.push(blob); console.log('A ') }/ });