Recorderjs icon indicating copy to clipboard operation
Recorderjs copied to clipboard

Audio Recording is not working in Safari on MAC OS

Open tarkik-tatva opened this issue 9 years ago • 4 comments

It is perfectly working in Chrome and Firefox on MAC OS but it's not working in Safari. I have checked the online demo of recorder.js at "https://webaudiodemos.appspot.com/AudioRecorder/index.html" which is also not working. Please help on this.. TIA

tarkik-tatva avatar Nov 30 '15 08:11 tarkik-tatva

It looks like obtaining microphone input via getUserMedia is not supported for Safari: http://caniuse.com/#search=getUserMedia

dgaspari avatar Dec 01 '15 14:12 dgaspari

The Safari team are the only ones who can help with this.

cwilso avatar Dec 01 '15 16:12 cwilso

Is there any work around for audio recording in safari on MAC ? any other library ?

tarkik-tatva avatar Dec 02 '15 04:12 tarkik-tatva

This is a little bit late - but if you're just looking for audio recording capabilities right now.. you might be able to use Flash as a fallback for Safari users.

I stumbled upon some promising news about Safari support for WebRTC today - though it'll probably be another year or so before its officially supported. http://www.webrtcinwebkit.org/ http://webrtcbydralex.com/index.php/2015/08/29/webrtc-in-safari/

dgaspari avatar Dec 09 '15 00:12 dgaspari