react-video-recorder
react-video-recorder copied to clipboard
Under Strict Mode, isCameraOn state prop doesn't set to true, therefore breaking downstream the capture of video Line 333 in video-recorder.js: handleSuccess = (stream) => { // Since handleSuccess is...
Hi how can I implement with typescript I always get error JSX element type VideoRecorder does not have any construct or call signatures. ... "react-video-recorder": "^3.19.4", "styled-components": "^6.1.1", "typescript": "^4.9.5",...
Hi i have configure react-video-recorder in my project but i can't play recording video in safari browser can you please give me the solution or how to change from video...
Updated react version to 18
Options for aspect ratio and video resolution ?
i am using this code in my project: //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// const [availableDeviceIds, setAvailableDeviceIds] = useState([]); const [counter, setCounter] = useState(0); useEffect(() => { navigator.mediaDevices.enumerateDevices().then(mediaDevices => { const videoDevices = mediaDevices.filter(x =>...
import VideoRecorder from "react-video-recorder"; const FromVideoRecorder = (props: FRInterface) => { return ( {!props.video && ( { props.setVideo(videoBlob); }} /> )} {props.video && ( )} ); };
Hey, I basically want to remove the option or maybe customize useAnotherVideo option, please could you help me out how to perfectly use renderActions module?
This is working fine. But When I'm trying to show recorded video in video tag. I'm building a project where i've used. This is awesome to use but only one...
I would like to custom recorder styles when status is `isCameraOn` & `streamIsReady`. Have any props to render the component or how to implement the custom styles on this dependency?