-
Notifications
You must be signed in to change notification settings - Fork 85
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
Demo is not working in Chrome #13
Comments
Please give a bit more details on what your problem is, what errors do you see in the browser console and what operating system / browser version you're using otherwise it's difficult to help you. |
i'm using windows 10 os , chrome version is 51.0.2704.103 m , Firefox version is 47.0 Actullay i get the time but i did not get the voice. In firefox console i get the following, Please check and give me a solution if you need more details about the problem please ask me. |
Just had a look, had the same results as you. Chrome flat out refuses to record saying "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details." Firefox is supposed to work (though there are deprecation warnings there too), but I also don't get any sound back. To be honest this was a one time hack which I totally don't maintain and I'm on holiday right now so not sure if I'll have time to debug, but if you find out why is it not working in Firefox (or even submit a pull request) I'm happy to update it. |
hi... Thank you very much for your reply. and If i find out why it is not working (Firefox) i will inform you. here i once again thank you. On Sat, Jun 25, 2016 at 9:53 PM, Daniel Demmel [email protected]
|
Chrome blocks http domains, please use https domain (for example free Firebase static file hosting, comes with https support out of the box) |
not working on chrome 88.0.4324.182 can record, but when hit play, nothing happens |
I should update that URL in the readme, but it actually redirects to HTTPS now, so that's not the issue. Recording and playback seem to actually work in Firefox 86. If you open the console in Chrome, you can see that apparently now the AudioContext has to be created on user interaction:
I won't really have time to fix this, but happy to review a pull request. |
please check and give me some solution.
It is not working in any browser i just check it but i cant fix the problem.
The text was updated successfully, but these errors were encountered: