amazon-kinesis-video-streams-webrtc-sdk-c icon indicating copy to clipboard operation
amazon-kinesis-video-streams-webrtc-sdk-c copied to clipboard

[BUG]onRtcpTwccPacket there is a possibility of wrong judgment

Open jinexplorer opened this issue 2 years ago • 0 comments

Describe the bug When the feedback package is received, the earliest twccPacket's seqnum is more than the lastReportedSeqNum of the feedback package。just is twcc->lastReportedSeqNum less than sn。Incorrect statistics will be obtained

https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/2dff44fea83a79336fda676ba2801d0d77417cd1/src/source/PeerConnection/Rtcp.c#L309-L319

SDK version number 1.7.2

jinexplorer avatar Apr 12 '22 12:04 jinexplorer