webrtc/modules
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
..
async_audio_processing Updating AsyncAudioProcessing API, part 1. 2023-05-31 14:40:35 +00:00
audio_coding Revert "Unify access to SDP codec parameters" 2023-12-13 16:28:44 +00:00
audio_device Move some users to use webrtc::RefCountInterface 2023-11-02 14:45:57 +00:00
audio_mixer Fix AudioMixer histogram test 2023-10-17 10:13:54 +00:00
audio_processing Move some users to use webrtc::RefCountInterface 2023-11-02 14:45:57 +00:00
congestion_controller Ensure that acked rate is the lower bound of estimate and candidates. 2023-12-01 20:04:14 +00:00
desktop_capture Reduces rate at which TryGetNextFrame returns NULL for WGC 2023-11-03 18:05:17 +00:00
include [Unwrap] Delete webrtc::Unwrapper 2023-01-12 14:44:21 +00:00
pacing Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
portal Use a constant for invalid PipeWire file descriptor 2023-05-26 11:38:49 +00:00
remote_bitrate_estimator Remove DCHECK when transport feedback on request can't be produced 2023-12-11 11:15:47 +00:00
rtp_rtcp Prioritize audio resend before video resend and implement TTL. 2023-12-19 13:52:11 +00:00
third_party [ssci] Added Shipped field to READMEs 2023-07-12 07:31:06 +00:00
utility Rland "Revert "Reland "Reland "Delete old Android ADM."""" 2023-06-30 13:10:12 +00:00
video_capture Video capture PipeWire: fix thread and lock annotations 2023-11-20 18:18:04 +00:00
video_coding Revert "Unify access to SDP codec parameters" 2023-12-13 16:28:44 +00:00
BUILD.gn [WebRTC-SendPacketsOnWorkerThread] Delete MaybeWorkerThread 2023-04-18 07:07:02 +00:00
module_common_types_unittest.cc [Unwrap] Delete webrtc::Unwrapper 2023-01-12 14:44:21 +00:00