mozmorris / react-webcam

Webcam component
https://codepen.io/mozmorris/pen/JLZdoP
MIT License
1.63k stars 281 forks source link

iOS no data when stop recording #391

Open rorlich opened 8 months ago

rorlich commented 8 months ago

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