cwilso / AudioRecorder

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

The AudioRecorder does not run locally #11

Closed yltang52 closed 9 years ago

yltang52 commented 9 years ago

The app works fine online (http://webaudiodemos.appspot.com/AudioRecorder/index.html). But when I download to my local machine and try to run it, it does not work. The icon of a microphone is not clickable. What is the problem?

cwilso commented 9 years ago

getUserMedia will not work from a file:// URL. You need to run a local HTTP server for getUserMedia to work.