DescriptionChange PacketKey to be unique for each frame packet by including
frame_ID.
PacketKey was originally generated by combining capture_time, ssrc,
and packet_id. This key may not necessarily be unique. Two or more
frames with the same cpature_time had the same key and may cause one
to be evicted from the list. This, in turn, will cause a receiver to
become blocked waiting on a frame that the PacedSender will never
attempt to send.
BUG=373560
Committed: https://crrev.com/12ede5b629ef29311dd65f8f1c6c6ae4064c3b4d
Cr-Commit-Position: refs/heads/master@{#363035}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 12 (6 generated)
|