[Webkit-unassigned] [Bug 245081] New: [MSE] Round SourceBuffer removal range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 09:19:36 PDT 2022


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

            Bug ID: 245081
           Summary: [MSE] Round SourceBuffer removal range
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eocanha at igalia.com

Representation of removal times as double in SourceBuffer::remove() can cause problems in HBOMax due to precision/rounding problems.

In some problematic cases an unintended frame would be marked for removal because of the very small overlap that could come from precision lost. For instance, HBOMax uses the PTS of the next sample as removal 'end' and unexpectedly removes the next segment (as it's a sync frame) sometimes.

Rounding the double removal range delimiters to nanoseconds would help to avoid those problematic cases.

-- 
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/20220912/ce5fdd7e/attachment.htm>


More information about the webkit-unassigned mailing list