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.

Home Page:https://www.webrtc-experiment.com/RecordRTC/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio garbled exactly after 30 seconds.

v3rt1kal opened this issue · comments

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"
}