-
Notifications
You must be signed in to change notification settings - Fork 131
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
Safari is not supported #19
Comments
Might be harder than it seems. I was looking for a polyfill but it seems there is none (for video). Probably for a good reason. |
Yeah, I forked your project to try to get at least the audio working but it's pretty hard. For some reason, it's not picking up onStopEvent. I'll put a PR so you can take a peak |
MediaRecorder API not supported on safari https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder |
Yeah, it's audio only, dk if it would be possible to inject here to get at least full audio support |
Okay, let me check. I haven't looked at your PR yet. Let's see what's going on there. |
Simplest solution is use recordrtc https://www.npmjs.com/package/recordrtc Currently even that seems to be broken wrto safari so wait for it to be corrected with in recordrtc or here are the steps to fix it muaz-khan/RecordRTC#655 (comment) Relavent files are |
hi any update on safari as media recorder is not working on IOS devides? |
Hey there,
Not an issue per se but safari is not supported, have you thought of using the polyfill to mend this?
I am happy to help in any shape or form
The text was updated successfully, but these errors were encountered: