[Webkit-unassigned] [Bug 282320] New: [MediaRecorder] timecode provided in BlobEvent is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 22:45:23 PDT 2024


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

            Bug ID: 282320
           Summary: [MediaRecorder] timecode provided in BlobEvent is
                    incorrect
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com
                CC: youennf at gmail.com

The timecode provided in the MediaRecorder's BlobEvent is of the time at which the data was requested.

it should be
```
The difference between the timestamp of the first chunk in data and the timestamp of the first chunk in the first BlobEvent produced by this recorder as a DOMHighResTimeStamp [HR-TIME]. Note that the timecode in the first produced BlobEvent does not need to be zero.
```

-- 
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/20241030/93265854/attachment.htm>


More information about the webkit-unassigned mailing list