commit | 30a276b5d7df8abf424934094c431f5a8066db55 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Tue Apr 23 12:00:11 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 23 11:02:56 2019 +0000 |
tree | 916e2911d576a8ba614a7329eacfd8be952683d9 | |
parent | d0e0ed82af94b745b2b3990c543d3d6f277be7d4 [diff] |
Add RTP sequence number to TransportFeedbackObserver::AddPacket() With this change, both the normal RTP and the transport-wide sequence numbers are propagated with with AddPacket() call via a new RtpPacketSendInfo struct, replacing the previous set of parameters. The intent with this is that SendTimeHistory can hold a mapping from transport-wide to rtp sequence numbers, and then via callbacks let the RTP modules know when packets have been received by the remote end. Bug: webrtc:8975 Change-Id: I6a24fc6282cbb041393752d39593c2867b242192 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133021 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27708}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.