We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
based on the following demo
https://codepen.io/mozmorris/pen/yLYKzyp?editors=0010
when using safari/chrome in an iPhone 16.6.1 once clicking stop button nothing happens.
looking at the code it's seems that dataavailable never fires
mediaRecorderRef.current.addEventListener( "dataavailable", handleDataAvailable );
The text was updated successfully, but these errors were encountered:
Did you find a fix for this?
Edit: It works for me when I change the video format from webm to mp4
Sorry, something went wrong.
No branches or pull requests
based on the following demo
https://codepen.io/mozmorris/pen/yLYKzyp?editors=0010
when using safari/chrome in an iPhone 16.6.1 once clicking stop button nothing happens.
looking at the code it's seems that dataavailable never fires
The text was updated successfully, but these errors were encountered: