[Webkit-unassigned] [Bug 85851] MediaStream API: support MediaStreamRecorder implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 01:12:50 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=85851

--- Comment #83 from Marcel <marcel at cammio.com> ---
Thank you for your quick response Youenn

My bad. I posted the wrong line of code for the creation of the Blob. It should have been: 
const blob = new Blob(recordedBlobs, {type: mediaRecorder.mimeType});

mediaRecorder.mimeType returns "video/mp4"

And yes after this change we still have the same issues.


(In reply to youenn fablet from comment #82)
> MediaRecorder is not supporting webm format at the moment.
> Ditto for the media element.
> Can you retry by using video/mp4?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201218/c3e186e5/attachment-0001.htm>


More information about the webkit-unassigned mailing list