clmtrackr icon indicating copy to clipboard operation
clmtrackr copied to clipboard

Webcam Support for all browsers?

Open ghost opened this issue 7 years ago • 4 comments

Is there a possiblity to make live webcam work on all modern browsers? For me it is only working on Chrome Desktop Browser. I tried Safari, Mobile Safari, Mobile Chrome, Firefox.

Even though I use this:

getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia || navigator.oGetUserMedia;

I get the error that getUserMedia was not found on all browsers except Desktop Chrome!

ghost avatar Mar 02 '17 09:03 ghost

Check out WebRTC support here : http://caniuse.com/#search=webrtc

rmhrisk avatar Mar 02 '17 22:03 rmhrisk

Thanks! Hopefully the other browsers will follow, soon.

ghost avatar Mar 03 '17 08:03 ghost

Is there any new advance or good atempt to integrate clmtrackr with a remote webrtc call?

asael2 avatar May 14 '17 02:05 asael2

Remote is a little bit tricky. If it is a secure call via https, Firefox, Edge and Chrome will display pictures. Safari on the other hand only let's you use the camera within an iframe, if the domain is the same as the containing sites domain. This goes for macOS and iOS.

donut87 avatar Dec 14 '17 23:12 donut87