DeltaCircuit / react-media-recorder

react-media-recorder is a react component with render prop that can be used to record audio/video streams using MediaRecorder API.
https://npmjs.com/react-media-recorder
MIT License
499 stars 130 forks source link

Recording stops just after starting #72

Open taniaprocha opened 3 years ago

taniaprocha commented 3 years ago

When I add MediaTrackConstraints to video prop the recording stops just after starting. This bug is not happening in v1.5.0, just in the versions above.

Check 👉 flamboyant-mclean-lxfcr

Thanks.

DeltaCircuit commented 2 years ago

Thanks a lot for the codesandbox it errors out for me too. Weirdly enough, when tried with local dev env (same browser) it didn't fail.

Let me figure this out

gavr123456789 commented 2 years ago

Same but without video. And same works in dev mode, and doesnt on production

eli-s-r commented 2 years ago

I'm having the exact same issue (also, like @gavr123456789, with audio only), though for me it happens only on Safari or on iOS.