webrtc/modules/pacing
Per K b9ba02c025 Prioritize audio resend before video resend and implement TTL.
Adds separate priorities for audio and video retranmission.
Done by adding an original type to RtpPacketToSend.

Add possiblity to set TTL for audio nack, video nack and video packet separately.
Oldest packet for these types are dropped when a new packet of that type is pushed to the pacer, or when the pacer switch current priority type to that priority.

Effect is that:
   -pacer queue does not grow unlimited for these types if a TTL has been set.
   -an old packet is not sent.

Bug: webrtc:15740
Change-Id: I38718bc570aebca54eacbded69824905f3694f41
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331823
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41414}
2023-12-19 13:52:11 +00:00
..
g3doc Reland "Migrate WebRTC documentation to new renderer" 2023-01-31 09:30:04 +00:00
bitrate_prober.cc Change the type of PacedPacketInfo::send_bitrate_bps from int to strongly-typed DataRate. 2023-10-04 14:20:22 +00:00
bitrate_prober.h Ensure a second probe can be sent immediately 2023-03-13 14:48:02 +00:00
bitrate_prober_unittest.cc Ensure a second probe can be sent immediately 2023-03-13 14:48:02 +00:00
BUILD.gn Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
DEPS WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
interval_budget.cc Fix potential signed overflow in IntervalBudget::set_target_rate_kbps 2019-06-18 15:42:54 +00:00
interval_budget.h Fix potential signed overflow in IntervalBudget::set_target_rate_kbps 2019-06-18 15:42:54 +00:00
interval_budget_unittest.cc Make interval budget use ratio instead of percent 2019-06-07 08:53:57 +00:00
OWNERS Revise video owners 2022-09-30 08:44:30 +00:00
pacing_controller.cc Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
pacing_controller.h Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
pacing_controller_unittest.cc Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
packet_router.cc CHECK against overwrites in send_modules_map_ 2023-08-31 14:00:04 +00:00
packet_router.h Introduce support for video packet batching. 2023-05-08 16:24:03 +00:00
packet_router_unittest.cc Bail out early if the RTP send module for a SSRC was not found 2023-07-14 10:45:36 +00:00
prioritized_packet_queue.cc Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
prioritized_packet_queue.h Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
prioritized_packet_queue_unittest.cc Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
rtp_packet_pacer.h Use ProbeClusterConfig in BitrateProber from GoogCC 2022-05-17 12:29:25 +00:00
task_queue_paced_sender.cc Per default set PacingController burst interval to 40ms 2023-11-28 07:53:50 +00:00
task_queue_paced_sender.h Per default set PacingController burst interval to 40ms 2023-11-28 07:53:50 +00:00
task_queue_paced_sender_unittest.cc Per default set PacingController burst interval to 40ms 2023-11-28 07:53:50 +00:00