Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work in latest Chrome (83.0.4103.61) #26

Closed
ekuiter opened this issue May 30, 2020 · 2 comments
Closed

Does not work in latest Chrome (83.0.4103.61) #26

ekuiter opened this issue May 30, 2020 · 2 comments

Comments

@ekuiter
Copy link

ekuiter commented May 30, 2020

Since the latest Chrome update, opus-media-recorder (with default options) no longer works. On at least five different devices with different operating systems we get the following error:

OpusMediaRecorder.js:227 Uncaught DOMException: Failed to execute 'postMessage' on 'Worker': ArrayBuffer at index 0 is already detached.
    at EventTarget._postMessageToWorker (webpack:///./node_modules/opus-media-recorder/OpusMediaRecorder.js?:227:21)
    at ScriptProcessorNode.processor.onaudioprocess (webpack:///./node_modules/opus-media-recorder/OpusMediaRecorder.js?:336:12)
_postMessageToWorker @ OpusMediaRecorder.js:227
processor.onaudioprocess @ OpusMediaRecorder.js:336

One week ago everything was working fine. As a workaround, we use Firefox for now. Is this fixable? I understand that ScriptProcessorNode was deprecated, could that be the issue?

ekuiter added a commit to ekuiter/virtual-choir that referenced this issue May 30, 2020
As all tracks are ffmpeg'd on the server, this is no longer needed.
This also fixes a bug in latest
Chrome (kbumsik/opus-media-recorder#26).
@thiagoamarante
Copy link

#25
Duplicate of #25

@kbumsik
Copy link
Owner

kbumsik commented Jun 3, 2020

Thanks for reporting. It looks like a duplicate of #25. I will try to resolve the issue this weekend.

@kbumsik kbumsik closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants