[Webkit-unassigned] [Bug 85851] MediaStream API: support MediaStreamRecorder implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 04:22:56 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=85851
--- Comment #95 from Remus Negrota <remusnegrota at gmail.com> ---
MediaRecorder.start() timeslice parameter is not consistent in the way it works on different macOS versions but the SAME Safari version.
Case and point, both scenarios were tested on Safari 14.1.2, with a timeslice parameter of 200.
1. On macOS 11.5.2 the recording works as expected.
2. On macOS 10.15.7 the recording is corrupted(it seems moov atom related). No matter how much you record, the recording stops playing back after 1-2 seconds.
The only way I could get it to work was to reduce the timeslice parameter to 10.
--
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/20210913/7f9d1cf6/attachment.htm>
More information about the webkit-unassigned
mailing list