DescriptionCast: Implement priority packets in PacedSender
This change implements a high priority packet list in PacedSender. In
practice the order of packet priority is:
1. RTCP
2. Audio
3. Video
The reason for doing this such that audio packets can interleave between
video packets even if the audio packets has a greater value of
timestamp. This characteristic of interleaving packets will facilitate
better bandwidth estimation by looking at audio send and ACK pairs.
cast_simulator shows no ill effect but a slight improvement:
Before
Audio frame count received: 17978
Video frame count received: 5169
After
Audio frame count received: 17989
Video frame count received: 5174
BUG=394191
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283911
Patch Set 1 #
Total comments: 14
Patch Set 2 : comments #
Messages
Total messages: 7 (0 generated)
|