Re: [webrtc-pc] Add RTP timestamp to RTCRtpContributingSource (#2177)

RTPContributingSource is provided by polling interface and makes no guarantee that a specific packet in a stream will ever be reported.  Any packets that are not played out may not be reported at all. The timing of its output is based on playback, not network events. All of these reasons make it a difficult interface to correlate to events. A reception time stamp would help with the last of those issues.

-- 
GitHub Notification of comment by na-g
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2177#issuecomment-486795130 using your GitHub account

Received on Thursday, 25 April 2019 18:52:08 UTC