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

Recording stops when changing sample rate on Chromium-based browsers

realies opened this issue · comments

The ondataavailable event stops firing after changing the sample rate of the microphone on Chromium-based browsers using MediaStreamRecorder while recording. However, this does not appear to happen in Firefox-based browsers. Any ideas on how this could be handled more gracefully?