I have a project that run in local server, i need to record the user audio but the browser not allowed the microphone without https, there have chance to do this in local server without https ? thank you before , and sorry for the bad english language
Asked
Active
Viewed 38 times
0
-
This restriction should not apply to `localhost`. Are you sure you run your page from a "local **server**" – Kaiido Aug 30 '19 at 06:55
-
Possible duplicate of [getUserMedia() in chrome 47 without using https](https://stackoverflow.com/questions/34197653/getusermedia-in-chrome-47-without-using-https) – Kaiido Aug 30 '19 at 06:55
-
no i have client serve , i want the client acces the recording (microphone) without http (because the serve running locally) thats possible to do this? – suddenfour Aug 30 '19 at 08:40