[Webkit-unassigned] [Bug 174383] New: RealtimeOutgoingAudioSource should not push more audio data if the WebRTC thread is not able to process it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 11 13:33:19 PDT 2017


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

            Bug ID: 174383
           Summary: RealtimeOutgoingAudioSource should not push more audio
                    data if the WebRTC thread is not able to process it
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

On slow devices, the audio capture thread, which is high priority, may push more audio data than what the WebRTC thread can process.
In that case, messages are queued in the WebRTC thread queue and it may end up blocking the main thread or increase memory too much.
We should stop pushing data when the buffered amount is large.

-- 
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/20170711/6941dff6/attachment.html>


More information about the webkit-unassigned mailing list