-
```
import React, { useCallback, useEffect, useRef, useState } from "react"
import Webcam from "react-webcam"
import * as faceapi from "face-api.js"
import "../../RespondentVideoWrapper.scss"
i…
-
We are encountering an issue where a `useCallback` function, managed with `useRef`, does not perform cleanup as expected during component unmount in both development and production builds of a Next.js…
-
Upload MediaStreamRecorder on FTP — http://geeker.ru/files/webcamrec/demos/video-recorder.html
It work (record webcam video) on Firefox 49.0.2 but don't work on Chrome 49.0.2623.112 m.
-
Hello! I have a problem with cyclic video recording. The code is taken from the example: Encoder.
An error occurs when the loop passes more than 70 iterations.
Start-up example:
```
package Reco…
-
First of all I would like to that developers of the vokoscreen-ng for amazing screen-casting recorder with outstanding set of features. I like everything in it, but three things are off.
1) Inter…
-
Hello, i'm using FFMPEG to capture webcam and stream it to RTMP nginx server , but i get latency in startup about 4-6 seconds then the client send a stream to server.
i use FLV1 codec for video.
i u…
-
I am capturing image from webcam using code from demo. Unfortunately after triggering capture with camera button in ImageRecorder, I see only 3 updates in the output Image and then the loop freezes.
…
-
I'm using MediaRecorder to record video from webcam and in case of safari (or iOS Chrome) output is mp4 file. The issue is that video from iOS chrome has huge bitrate.
Using recordrtc library, this…
-
It would be useful to be able to select the desired aspect ratio of the webcam, obtained by cropping the input flux. Cropping to eg., to 1:1, 4:3 or 16:9 seems frequent.
This can be necessary eg. w…
-
Add the possibility to share desktop with other participants.
Instead of showing the screen inside the basic webcam video frame, it should show a notification or some kind of icon beside the username…