clmtrackr
clmtrackr copied to clipboard
Webcam Support for all browsers?
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!
Check out WebRTC support here : http://caniuse.com/#search=webrtc
Thanks! Hopefully the other browsers will follow, soon.
Is there any new advance or good atempt to integrate clmtrackr with a remote webrtc call?
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.