Top "Getusermedia" questions

Access to media data streams--webcam video, microphone audio--from browser Javascript.

Sending a MediaStream to host Server with WebRTC after it is captured by getUserMedia

I am capturing audio data using getUserMedia() and I want to send it to my server so I can save …

javascript jquery audio webrtc getusermedia
Only secure origins are allowed (see: https://goo.gl/Y0ZkNV)

Webcam not working. it display on a console that "Only secure origins are allowed", I accessing the web app in …

angularjs webcam getusermedia
Capture high resolution video/image html5

I use geUserMedia() to capture image from webcam Intro. Best resolution that I get is 640 X 480, but I have HD …

html webcam getusermedia
NotReadableError: Could not start source

I have added this piece of code in my project if (navigator.mediaDevices === undefined) { navigator.mediaDevices = {}; } if (navigator.mediaDevices.getUserMedia === …

javascript cordova getusermedia
Can't choose right webcam in Google Chrome

Have an issue where I can't choose right webcam in Google Chrome 70. Chrome detects my webcams correctly, but I can't …

google-chrome webrtc webcam getusermedia
How to capture audio in javascript?

I am currently using getUserMedia(), which is only working on Firefox and Chrome, yet it got deprecated and works only …

javascript audio speech getusermedia voice-recording
Navigator.mediaDevices.getUserMedia not working on iOS 12 Safari

As of iOS 12, navigator.mediaDevices.getUserMedia() is returning an error in Safari. To recreate this, open iPhone Web Inspector, then …

ios iphone webrtc getusermedia ios12
Is it possible to control the camera light on a phone via a website?

Is it possible to control the camera light on a phone via a website? Say through Chrome or Firefox. I …

javascript google-chrome mobile getusermedia
Change sample rate of AudioContext (getUserMedia)

Im trying to record a 48000Hz recording via getUserMedia. But without luck. The returned audio MediaStream returns 44100Hz. How can …

javascript getusermedia sample-rate audiocontext
iOS 11 getUserMedia not working?

Apple released a statement that getUserMedia will be fully functional on iOS 11. After installing iOS 11 Beta version 5, I do get …

javascript jquery ios webrtc getusermedia