Browser-Phone icon indicating copy to clipboard operation
Browser-Phone copied to clipboard

Error getting user media

Open prathibhacdac opened this issue 2 years ago • 1 comments

Frequently getting this message.

prathibhacdac avatar Sep 21 '22 04:09 prathibhacdac

There are a number of reasons for this. You can read all about it here: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

InnovateAsterisk avatar Sep 21 '22 05:09 InnovateAsterisk

video working in firefox but in chrome, it's "Error getting user media". How to solve this?

prathibhacdac avatar Oct 06 '22 09:10 prathibhacdac

It could be as simple as the device is already in use. On a Mac, the camera can be captured in multiple applications, but in Windows there is something of a lock on it, so if Firefox is using the camera, then Chrome cannot use it at the same time.

InnovateAsterisk avatar Oct 10 '22 13:10 InnovateAsterisk