react-media-recorder
react-media-recorder copied to clipboard
react-media-recorder is a react component with render prop that can be used to record audio/video streams using MediaRecorder API.
I'm working on a basic implementation that I'll be expanding on later. But I'm running into an issue where the following sequence of events occurs on Firefox (other browsers not...
Hi, I'm trying to create a preview for both audio and video recordings. The video preview works fine but the audio preview doesn't enable the autoplay property, so you've no...
Can you please provide further information about each values of status props in the render function?
Hi I'm developing a video recording function in our website, btw, I'm facing some issues in the status props of render function, so I need detailed information about those values....
Hi there, A user of mine reports that he gets the issue: `no_specified_media_found` in Chrome. However, it works in Firefox. What can be the reason for this issue, and how...
We're using the `useReactMediaRecorder` hook in our app. We haven't encountered any issue on Chrome but on Firefox the blobs returned by the hook only contain the first few seconds...
Thank you for this my friends I need the used sample rate as a param to my server, but can't seem to get it (as the supplied sample rate doesn't...
I sent the recorded video in mongodb database using the mediaBlobUrl. But mediaBlobUrl of the video isn't useful to store in database as the video can't be retireved from the...
When I run my web app on my mobile chrome browser it never asks for camera permissions. And the `status` always remains `idle`, how to trigger asking for permissions externally.
Hello team. I would like to have an example on how to switch between camera and audio devices, in the case of multiple devices.