RESOLVED DUPLICATE of bug 206929 212275
MediaRecorder requestData() always returns empty Blob
https://bugs.webkit.org/show_bug.cgi?id=212275
Summary MediaRecorder requestData() always returns empty Blob
majo
Reported 2020-05-22 13:22:29 PDT
I'm working on this bug https://bugs.webkit.org/show_bug.cgi?id=202233 and I wanted to use requestData() but found that in Safari or the MiniBrowser, requestData() always return an empty Blob. I have try it in Chrome and Firefox and it worked as expected. To replicate... 1. Open Safari 2. Open the Develop Menu 3. Hover over the Experimental Features list item 4. Click on MediaRecorder to Enable it 5. Navigate to https://codepen.io/majov5/pen/LYpaEga 6. Click on the blue Start Test button at the bottom 7. Allow access to Microphone & Camera 8. Click on the Record button at the bottom Now every 5 seconds the Codepen console will print [object Blob] { size: 0, slice: function slice() {...}, type: "" }
Attachments
Radar WebKit Bug Importer
Comment 1 2020-05-25 10:25:17 PDT
youenn fablet
Comment 2 2020-06-15 02:02:37 PDT
*** This bug has been marked as a duplicate of bug 206929 ***
Note You need to log in before you can comment on or make changes to this bug.