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

Demo not accepting audio #2

Open
sampathkethineedi opened this issue Jun 14, 2020 · 8 comments
Open

Demo not accepting audio #2

sampathkethineedi opened this issue Jun 14, 2020 · 8 comments

Comments

@sampathkethineedi
Copy link

Hi, great work and I’m looking forward to test this.
But I tried running the demo through docker and also on my machine but the app.js doesn’t seem to trigger microphone input in browser (Safari and Firefox).
Thanks!

@vivekkr12
Copy link
Contributor

Did you check the browser console for errors?

@rsingh2083
Copy link

Im getting this errr on console :---

Uncaught TypeError: Cannot read property 'getUserMedia' of undefined
at HTMLButtonElement.startRecording (app.js:44)

@vivekkr12
Copy link
Contributor

I guess that microphone permissions were not granted from the browser for recording.

@rsingh2083
Copy link

But its not even asking for permission , no popup on any of the browsers at all.

@vame9
Copy link

vame9 commented Dec 24, 2021

rsingh2083 It could be the antivirus blocking the appearance of the popup , try disabling it and retry

@erdeme36
Copy link

This repo was working until 2 days ago. Suddenly something happens and I cannot record the voice. When I click the Record button, it automatically closes. Does anyone have any idea about that? Thanks in advance. @vivekkr12

@vivekkr12
Copy link
Contributor

Its most likely an updated browser permission or some anti virus which is preventing the webpage from accessing microphone. Some common hints.

  • A webpage can access microphone if its running on localhost
  • A hosted webpage can access microphone only if it has https enabled
  • A hosted unsecure webpage can't access microphone

@darshuahuja
Copy link

hey
there are a certain files which are non fetchable in docker, could you please help?

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

6 participants