[Webkit-unassigned] [Bug 215722] New: RTCRtpSynchronizationSource.rtpTimestamp is not populated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 18:04:12 PDT 2020


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

            Bug ID: 215722
           Summary: RTCRtpSynchronizationSource.rtpTimestamp is not
                    populated
           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: juberti at google.com
                CC: youennf at gmail.com

As defined in https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource. You'll see that timestamp, source, and audioLevel are all filled in, but rtpTimestamp is not.

You can repro by doing RTPReceiver.getSynchronizationSources for any incoming RTP stream, where you'll get a result of the form {source: 4171861391, timestamp: 735867319}.

This prevents correlation of video frames with their RTP timestamps.

-- 
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/20200821/2d761b9e/attachment.htm>


More information about the webkit-unassigned mailing list