react-media-recorder icon indicating copy to clipboard operation
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.

Results 75 react-media-recorder issues
Sort by recently updated
recently updated
newest added

Hi, From my understanding, the useReactMediaRecorder allows the Reactjs app to record microphone + screen audio together: ``` import { useReactMediaRecorder } from "react-media-recorder"; const InternalRecording = () => {...

Hi, Thank you for making this package! It gives this error when using the basic wrapper code: ``` import './App.css'; import { ReactMediaRecorder } from 'react-media-recorder' function App() { return...

Hi, I have recently tried to use this package in react 18, but I got an error called "Worker is not defined". Here is the package.json: ` [...] "dependencies": {...

Have this problem when use with react version 18.2 on every browser: Firefox, Chrome, Safari.

Hello, I'm using this great project for creating resources. And I met a little problem, when i try to get the duration of the resource with ref.current.getDuration(), I get "Infinity",...

I used stopRecording to stop MediaRecorder stream. The red "recording" icon appears in the Chrome tab on start, but doesn't go away on stop. The icon looks like this: https://i.stack.imgur.com/a0kZn.png

Here is an example of the file generated using the media recorder-> https://botspace-inbox.s3.ap-south-1.amazonaws.com/assets/5f64256823133d00d13d7b19_1650675975443.mp3 On checking the metadata from -> https://exifmeta.com/ the results are as follows -> https://cln.sh/j6bBwz The file mimeType...

I want to use 'clearBlobUrl' function to clears the existing generated blob url and resets the workflow to its initial idle state. But when I call this function, the message...

I was only able to mute audio. But not able to mute video while recording.

You already using the `extendable-media-recorder` library as a dependency, which adds the support of using `"audio/wav"` for audio recording. but this line of code is throwing an error when I...