mattdiamond / Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes
4.16k stars 1.46k forks source link

didn't work in my Server #170

Open Ahneunjeong opened 7 years ago

Ahneunjeong commented 7 years ago

It works only my localhost server. But In my server, Download don't work! Hear is my Error. No live audio input: [object NavigatorUserMediaError] Anyone who knows this problem? Please help me.

Erwol commented 7 years ago

Does your server uses a HTTPS connection? As stated here:

Note that the API can only be used from secure origins only: HTTPS or localhost.

Ahneunjeong commented 7 years ago

@Erwol Thanks a lot. You save my time!