cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Not working others system .... #30

Closed boleamol closed 4 years ago

boleamol commented 5 years ago

Hi, Thanks for wonderful library. I put it on server and using it on client machine. It works on my localhost but not working in client server mode.

There is no request to use the microphone when I open it through other peoples system. Getting message 'Error getting audio'.

In console I am getting following error.

_navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMedia main.js:169:14 MediaStreamError ​ constraint: "" ​ message: "The request is not allowed by the user agent or the platform in the current context." ​ name: "NotAllowedError" ​ stack: "" ​

: MediaStreamErrorPrototype { name: Getter, message: Getter, constraint: Getter, … } main.js:182:21_ Can you help me in this?
boleamol commented 4 years ago

Issue is solved by installing SSL certificate on server.