Skip to content Skip to sidebar Skip to footer
Showing posts with the label Getusermedia

Webrtc Continue Video Stream When Webcam Is Reconnected

I've got simple video stream working via getUserMedia, but I would like to handle case when web… Read more Webrtc Continue Video Stream When Webcam Is Reconnected

Which Camera Will Open Getusermedia Api In Mobile Device? Front Or Rear?

While using getUserMedia API to access camera in desktop it will open web camera.of course it is he… Read more Which Camera Will Open Getusermedia Api In Mobile Device? Front Or Rear?

Web Audio Api Input From Specific Microphone

I'm using the Web Audio Api ( navigator.getUserMedia({audio: true}, function, function) ) for a… Read more Web Audio Api Input From Specific Microphone