We are getting an error when using the mediaRecorder in Chrome browsers. I posted about this previously (thinking it was specific to print, but it is all recording with video). The console throws this error:
– Uncaught TypeError: Cannot read properties of undefined (reading ‘call’) at e.onstart (PennController.js:40:142658)
– PennController.js:40 Uncaught (in promise) DOMException: The play() request was interrupted by a new load request.
The DOMException seems to be a Chrome-specific error. Everything works fine in Chrome if we record only audio; Both audio and vidoe work fine in Firefox.
– Info about error: https://developer.chrome.com/blog/play-request-was-interrupted/
– Study demo link: https://upenn.pcibex.net/r/IjAOhM/
-
This topic was modified 1 year, 8 months ago by kschuler.