[Webkit-unassigned] [Bug 202233] MediaRecorder.start() Method is Ignoring the "timeslice" Parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 01:10:41 PDT 2020


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

youenn fablet <youennf at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |youennf at gmail.com

--- Comment #6 from youenn fablet <youennf at gmail.com> ---
requestData should work as expected soon in WebKit ToT after https://bugs.webkit.org/show_bug.cgi?id=206929.

To implement the time slice parameter, the easiest might be to create a repeating timer, see Timer.h.

It would be interesting to know whether calling requestData is changing how time slice schedules fetches in other browsers implementing MediaRecorder.

We could either go with Timer::startRepeating, or have a one shot timer that is started in MediaRecorder::start and rescheduled in MediaRecorder::requestData lambda.

-- 
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/20200616/8a4b48cb/attachment.htm>


More information about the webkit-unassigned mailing list