mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-15 06:40:43 +01:00
![]() 2 main reasons: 1. Packet sizes are much different thus a lost audio packet should not be treated similar to a lost video packet. In low bandwidth/traffic policing scenario, the number of send packet is few, thus the computed loss can be imprecise. 2. Given a candidate bandwidth estimate, the objective function (how good the candidate is) is computed by recomputing loss rate = send rate/estimate bandwith + inherent loss. It means the objective function is byte based rather than packet based. Potential risk: the current algorithm params are tuned based on packet count, thus it might not work with byte count, which is much higher than packet count. The change is under field trial and disabled by default. Bug: webrtc:12707 Change-Id: I8b832e7920d2b4cadcd4a072b3a4d4f26a213a20 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/325065 Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Diep Bui <diepbp@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41013} |
||
---|---|---|
.. | ||
test | ||
acknowledged_bitrate_estimator.cc | ||
acknowledged_bitrate_estimator.h | ||
acknowledged_bitrate_estimator_interface.cc | ||
acknowledged_bitrate_estimator_interface.h | ||
acknowledged_bitrate_estimator_unittest.cc | ||
alr_detector.cc | ||
alr_detector.h | ||
alr_detector_unittest.cc | ||
bitrate_estimator.cc | ||
bitrate_estimator.h | ||
BUILD.gn | ||
congestion_window_pushback_controller.cc | ||
congestion_window_pushback_controller.h | ||
congestion_window_pushback_controller_unittest.cc | ||
delay_based_bwe.cc | ||
delay_based_bwe.h | ||
delay_based_bwe_unittest.cc | ||
delay_based_bwe_unittest_helper.cc | ||
delay_based_bwe_unittest_helper.h | ||
delay_increase_detector_interface.h | ||
goog_cc_network_control.cc | ||
goog_cc_network_control.h | ||
goog_cc_network_control_unittest.cc | ||
inter_arrival_delta.cc | ||
inter_arrival_delta.h | ||
link_capacity_estimator.cc | ||
link_capacity_estimator.h | ||
loss_based_bandwidth_estimation.cc | ||
loss_based_bandwidth_estimation.h | ||
loss_based_bwe_v2.cc | ||
loss_based_bwe_v2.h | ||
loss_based_bwe_v2_test.cc | ||
probe_bitrate_estimator.cc | ||
probe_bitrate_estimator.h | ||
probe_bitrate_estimator_unittest.cc | ||
probe_controller.cc | ||
probe_controller.h | ||
probe_controller_unittest.cc | ||
robust_throughput_estimator.cc | ||
robust_throughput_estimator.h | ||
robust_throughput_estimator_unittest.cc | ||
send_side_bandwidth_estimation.cc | ||
send_side_bandwidth_estimation.h | ||
send_side_bandwidth_estimation_unittest.cc | ||
trendline_estimator.cc | ||
trendline_estimator.h | ||
trendline_estimator_unittest.cc |