Skip to content
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

Open
odonckers opened this issue Jan 5, 2016 · 8 comments
Open

Downloaded zip, program wont work #15

odonckers opened this issue Jan 5, 2016 · 8 comments

Comments

@odonckers
Copy link

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.

@cwilso
Copy link
Owner

cwilso commented Jan 5, 2016

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.

@odonckers
Copy link
Author

Okay, I will try it.

@odonckers
Copy link
Author

I tried this on my website http://dontaskmeagain.com/pitch/ and it gave me this error:
getUserMedia threw exception :TypeError: navigator.getUserMedia is not a function. (In 'navigator.getUserMedia(dictionary, callback, error)', 'navigator.getUserMedia' is undefined)

@cwilso
Copy link
Owner

cwilso commented Jan 12, 2016

getUserMedia is restricted to secure domains. If you're not running on localhost, it will need to be https://.

@odonckers
Copy link
Author

Okay, I will see what I can do...

@dav-m85
Copy link

dav-m85 commented Feb 7, 2016

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

@cwilso
Copy link
Owner

cwilso commented Feb 8, 2016

Ah, good point. Safari doesn't support getUserMedia, on iOS or desktop.

@Puddingsan
Copy link

As of September 2018 navigator.getUserMedia has been deprecated (though still supported pretty much) in favour of navigator.mediaDevices.getUserMedia. The getUserMedia function in the code could be modified to incorporate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants