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

Recording stops when changing sample rate on Chromium-based browsers #826

Open realies opened 1 year ago

realies commented 1 year ago

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?