Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
2 answers
142 views

I’ve built a ReactJS web application that uses the mobile device’s microphone through the browser (using getUserMedia). Everything works correctly while the device screen is on and the browser is in ...
0 votes
0 answers
66 views

I’m building a kiosk application using WebView2 and trying to access the camera from JavaScript. I want to automatically allow camera and microphone permissions in the PermissionRequested event using ...
2 votes
0 answers
160 views

Given an HTML5 video element... ‹video id='video' autoplay muted playsinline></video> ..and some JavaScript to set its source to a camera by means of getUserMedia... (async () => { ...
1 vote
1 answer
60 views

I used React to build a recording website, but encountered an issue when requesting microphone permissions. After successfully obtaining microphone permissions the first time, the permission request ...
-2 votes
1 answer
456 views

I have a website that uses navigator.mediaDevices.getUserMedia to access the device's webcam. Still, I noticed that some users are using a virtual camera (like OBS Virtual Camera) and injecting images ...
3 votes
1 answer
307 views

I am trying to record audio from a speaker only using TypeScript or JavaScript. Expected: it is recording audio from a speaker only, not a microphone. Actual: it is recording audio from a microphone ...
0 votes
1 answer
188 views

I have tried the code and options in the answers here iOS WKWebview: Always allow camera permission to make a webcam integration in Javascript as usual. I still can't get it to work - console log ...
-1 votes
1 answer
112 views

Im running out of ideas. i have been trying to get the getUserMedia dynamically to select macro camera or atleast focus. Im making barcode(ean) reader and if i put barcode close to camera then I don't ...
0 votes
0 answers
20 views

I am trying to open new tab to to obtain getUserMedia method permission in offscreen document so that recorder can stay active even when chrome tab is closed.I went through this question but could not ...
0 votes
0 answers
144 views

In a small web project I am trying to get a video element that displays a video track "cropped" in portrait mode. In my HTML I have something like: <video id="video" style="...
4 votes
1 answer
736 views

We have a flow in our app where we allow someone to be speaking (microphone) to a bot and the bot is talking back via audio. It works fine when there is only one device, but if the user wants to use ...
0 votes
1 answer
293 views

We run a WebRTC app in browser. It's served via https. In Safari on some modern iOS devices, navigator.mediaDevices is undefined. It occurs on one iPhone 13 running iOS 18.0.1, but doesn't occur on a ...
-1 votes
1 answer
35 views

i want to record the video stream from getUserMedia ob my web page constantly, but only the last two minutes be available for a replay or an analasys. I found some solutions where i can rocord for a ...
DGi's user avatar
  • 97
2 votes
0 answers
127 views

I'm building a React component to record a video testimonial using the browser's camera and microphone. The same code works in Chrome (works on chrome desktop but not moibile) Safari (macOS/iOS) shows ...
0 votes
0 answers
158 views

I am using getUserMedia in my web page to open user's camera and then capture image from the video stream. On Desktop it works fine, but on mobile devices, the pinch zoom zooms in the entire web page, ...

15 30 50 per page
1
2 3 4 5
...
75

AltStyle によって変換されたページ (->オリジナル) /