Three Phase

Results 28 comments of Three Phase

generating thumbnails for a video snip is very much out of scope from this component's context. This would increase the complexity of this. Just want to keep things as simple...

Yeah, the MediaRecorder isn't available on Safari. Correct me if I'm wrong, the polyfill you're using in #20 doesn't support video recording, right @urosran Like @syeo66 said, it might be...

Okay, let me check. I haven't looked at your PR yet. Let's see what's going on there.

Looks like these are mix of `errors` and `status`. Might've mixed things up. These are emited from the `getUserMedia` and all. | value | cause | |---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | media_aborted |...

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

You could control the duration (by calling _start_ and _stop_ ) from the parent container itself, right?

I don't think you'd need a secondary package to get the duration. We have full control over `startRecording` and `stopRecording` from the parent's context itself. Keeping a timer between this...

Hey @plauche I know this PR has been here for more than a month. Had multiple production releases within the last 30 days at my work. So sorry for missing...

If it's not much of an hassle, can you try with the latest version? The version you mentioned is now obsolete.

@HBM08 that is by design. [It's mentioned in the docs too](https://github.com/0x006F/react-media-recorder#previewstream) > Please note that this is a muted stream. This is by design to get rid of internal microphone...