Flash recording not working
I get this error message...
angular.js:13550 TypeError: Cannot read property 'isMicrophoneAccessible' of null
at Object.Recorder.isMicrophoneAccessible (angular-audio-recorder.js:1154)
at Object.swfHandlerConfig.getPermission (angular-audio-recorder.js:766)
at Object.service.showPermission (angular-audio-recorder.js:904)
at control.startRecord (angular-audio-recorder.js:268)
at RecordModalController.onRecordClick (record-modal.js:33)
at fn (eval at
Also things are confusing with @logbon72 fork ....
If I run bower install angularAudioRecorder which one am I getting?
@skrichten Wait for the recorder to load in the page, so that the functions can be accessible
I need to update the read me file with the logbon72 merge.
What in your API will indicate when this happens?
@skrichten FWRecorder.isReady will be true when it is ready, you can refer the index.html in the demo directory
That's not working, FWRecorder.isReady is always false. Do you have an example that uses the flash based recording?
Your demo does not reference FWRecorder.isReady at all....
If I set forceSwf(true) in your demo, I get the same error.
I will check it and let you know about it.
same issue here (using safari)
I'm having the same issue as well and recording audio on safari is important to me. But a brilliant module though. Any updates on this issue? Would really appreciate if you could point me towards making flash recording work on safari. Thanks. Cheers.
@sathyapulse @skrichten I totally agree. Its very confusing with @logbon72 repo. But I downloaded both the repos and did a quick diff. Both are the same. There is absolutely no difference at all. So I guess for now we can continue using bower install angularAudioRecorder untill @sathyapulse is updated.
+1