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

Audio garbled exactly after 30 seconds. #827

Open v3rt1kal opened 1 year ago

v3rt1kal commented 1 year ago

The audio is distorted exactly after 30 seconds in Mac chrome browser alone. I am using the below parameters to start the recording. I have mixed a video and audio stream. options = { mimeType: "video/webm;codecs=vp9" timeSlice: 86400000 type: "video" }