-
Notifications
You must be signed in to change notification settings - Fork 40
MediaRecorder live audio demos not working on Firefox 54/54a2 =( #15
Comments
Hi @sole do you any idea about this? |
Do you see any error on the developer tools console? They work on my Firefox installation. |
Nothing in the console. It just get stuck. |
I have tried on Developer Edition (v54) and on Nightly (v55) on a Mac and it works for me. @fran, the issue you linked points out to a Firefox bug, but it's marked as fixed on v46. I'm not sure if it's a regression or a new (different bug). Could you be a bit more specific about it getting stuck? Is audio recorded? Are the mediarecorder events firing? Do you get any messages on the browser console (not the dev one, this one is launched by Ctrl+Shift+J, or Cmd+Shift+J on a Mac). With this we could open a new bug if needed, and give you the ticket number so you can track it. |
Hi @belen-albeza system: Windows 7 64bit, Firefox 53.0.2(64bit) but, no audio is recorded and the counter is in 0:00 I'm getting this error 15:53:58.402 A promise chain failed to handle a rejection. Did you forget to '.catch', or did you forget to 'return'? Date: Mon May 08 2017 15:53:55 GMT-0300 (Argentina Standard Time) |
Hi,
I'm dealing with this problem, I can't make work this simple demos on my Firefox (v54). I also tried dev edition (54.0a2):
https://mozdevs.github.io/MediaRecorder-examples/record-live-audio.html
https://mozdevs.github.io/MediaRecorder-examples/using-live-audio-in-web-audio-context.html
They work fine in Chrome
My first thought was to blame on navigator.getUserMedia deprecated method but for my surprise the examples are using the new method with the promise (navigator.mediaDevices.getUserMedia)
Any clue/help please?
Thanks in advance
The text was updated successfully, but these errors were encountered: