You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequenceNumberList should be replaced by validIndexList
For RTC sequence number <= 65536, sequenceNumberList and validIndexList have the same value, the code still works.
At 2Mbps, after 300 seconds of livestreaming, KVS SDK will fail to put retransmited packets back into rolling buffer and the video quality could suffer.
Expected Behavior
Re-transmitter always works
Current Behavior
Re-transmitter fails after sending 65536 RTP packets
Reproduction Steps
after sending 65536 RTP packets, re-transmit will fail with STATUS_ROLLING_BUFFER_NOT_IN_RANGE
WebRTC C SDK version being used
latest as of 05/20/2024
If it was working in a previous version, which one?
No response
Compiler and Version used
all compilers
Operating System and version
all OS
Platform being used
all platform
The text was updated successfully, but these errors were encountered:
Please confirm you have already done the following
Please answer the following prompt
Describe the bug
There is a bug at https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/master/src/source/PeerConnection/Retransmitter.c#L108
sequenceNumberList should be replaced by validIndexList
For RTC sequence number <= 65536, sequenceNumberList and validIndexList have the same value, the code still works.
At 2Mbps, after 300 seconds of livestreaming, KVS SDK will fail to put retransmited packets back into rolling buffer and the video quality could suffer.
Expected Behavior
Re-transmitter always works
Current Behavior
Re-transmitter fails after sending 65536 RTP packets
Reproduction Steps
after sending 65536 RTP packets, re-transmit will fail with STATUS_ROLLING_BUFFER_NOT_IN_RANGE
WebRTC C SDK version being used
latest as of 05/20/2024
If it was working in a previous version, which one?
No response
Compiler and Version used
all compilers
Operating System and version
all OS
Platform being used
all platform
The text was updated successfully, but these errors were encountered: