-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloaded zip, program wont work #15
Comments
Well, javascript typically won't run if you just open it as file://; you'll need to run a local web host. But it should work after that. |
Okay, I will try it. |
I tried this on my website http://dontaskmeagain.com/pitch/ and it gave me this error: |
getUserMedia is restricted to secure domains. If you're not running on localhost, it will need to be https://. |
Okay, I will see what I can do... |
If you still get the error, make sure the navigator you're using is compatible. getUserMedia is not supported everywhere... http://caniuse.com/#feat=stream |
Ah, good point. Safari doesn't support getUserMedia, on iOS or desktop. |
As of September 2018 navigator.getUserMedia has been deprecated (though still supported pretty much) in favour of navigator.mediaDevices.getUserMedia. The |
When I try the live input or anything else for that matter, it stays blank and will not do anything. Please help, this program would be so cool if it would work in places other than your demo website.
The text was updated successfully, but these errors were encountered: