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

iOS no data when stop recording #391

Open
rorlich opened this issue Nov 8, 2023 · 0 comments
Open

iOS no data when stop recording #391

rorlich opened this issue Nov 8, 2023 · 0 comments

Comments

@rorlich
Copy link

rorlich commented Nov 8, 2023

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
);
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

1 participant