Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome canary error: DOMException: Failed to execute 'start' on 'MediaRecorder': There was an error starting the MediaRecorder #839

Open
hercul1017 opened this issue May 4, 2023 · 2 comments

Comments

@hercul1017
Copy link

Chrome is fine but canary (Version 115.0.5750.0 ) started to give following error for version RecordRTC 5.6.2:

DOMException: Failed to execute 'start' on 'MediaRecorder': There was an error starting the MediaRecorder

:65 DOMException: Failed to execute 'start' on 'MediaRecorder': There was an error starting the MediaRecorder.
at MediaStreamRecorder.record (https://localhost:44363/Scripts/RecordRTC/RecordRTC.min.js?nocache=1.1.0.21:15:24267)
at initRecorder (https://localhost:44363/Scripts/RecordRTC/RecordRTC.min.js?nocache=1.1.0.21:15:788)
at Object.startRecording (https://localhost:44363/Scripts/RecordRTC/RecordRTC.min.js?nocache=1.1.0.21:15:455)
at https://localhost:44363/Scripts/custompage.js?nocache=1.1.0.21:59:25

Can anyone help?

@ESatOH
Copy link

ESatOH commented May 20, 2023

Can anyone help?

@viniciusarre
Copy link

I recently ran into this issue when trying to upload an audio file to the latest version of chrome (114). I was able to fix it by changing the type and mimeType to audio/webm.

It was breaking when trying to upload a wav. So maybe that is what is breaking?

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants