elsmr / mp3-mediarecorder

🎙MediaRecorder ponyfill that records audio as mp3

Home Page:https://mp3-mediarecorder.elsmr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recording broken on iOS Firefox/Chrome

maciej-w opened this issue · comments

commented

Hi, thanks for the great work!

The example is not working on mobile, is it because mobile browser do not support this functionality?

I tested on Mozilla, Chrome and Safari on iOS.

Hi, I tried to reproduce on those clients. iOS Safari seems to be working for me 😄.

In iOS Firefox and iOS Chrome the demo is indeed broken. I'm having trouble getting logs from those applications. Were you able to get some logs from one of those?

I tried getting Chrome DevTools remote debugging going, but no success.

So I investigated over the weekend and navigator.mediaDevices.getUserMedia doesn't exist in those browsers, so the library can't work there. I added an error message to the demo to make the reason clear.

Error message in demo for getUserMedia

Added the error message to the demo in d0f9390. I think that resolves this issue, let me know if something else needs fixing 👍 .