mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 15:47:53 +01:00
![]() The initial implementation forced the sender to use different sizes of the RTP header extension depending on if a feedback request is included or not. This can be a problem if the RTP header is pre- allocated. This CL changes this so that a static size of 4 bytes can be used for the TransportSequenceNumberV2 RTP header extension. The change in the protocol to get this to work is that FeedbackRequest::sequence_count == 0 means that no feedback is requested, and FeedbackRequest::sequence_count == 1 means that feedback is requested for the current packet only. Bug: webrtc:10262 Change-Id: Ia5134b3daf49f8a5b89f6c717894f6e055f39c8e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125420 Commit-Queue: Johannes Kron <kron@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26985} |
||
---|---|---|
.. | ||
include | ||
test | ||
tools | ||
aimd_rate_control.cc | ||
aimd_rate_control.h | ||
aimd_rate_control_unittest.cc | ||
BUILD.gn | ||
bwe_defines.cc | ||
bwe_simulations.cc | ||
DEPS | ||
inter_arrival.cc | ||
inter_arrival.h | ||
inter_arrival_unittest.cc | ||
overuse_detector.cc | ||
overuse_detector.h | ||
overuse_detector_unittest.cc | ||
overuse_estimator.cc | ||
overuse_estimator.h | ||
OWNERS | ||
remote_bitrate_estimator_abs_send_time.cc | ||
remote_bitrate_estimator_abs_send_time.h | ||
remote_bitrate_estimator_abs_send_time_unittest.cc | ||
remote_bitrate_estimator_single_stream.cc | ||
remote_bitrate_estimator_single_stream.h | ||
remote_bitrate_estimator_single_stream_unittest.cc | ||
remote_bitrate_estimator_unittest_helper.cc | ||
remote_bitrate_estimator_unittest_helper.h | ||
remote_bitrate_estimators_test.cc | ||
remote_estimator_proxy.cc | ||
remote_estimator_proxy.h | ||
remote_estimator_proxy_unittest.cc |