awslabs / amazon-kinesis-video-streams-webrtc-sdk-c

Amazon Kinesis Video Streams Webrtc SDK is for developers to install and customize realtime communication between devices and enable secure streaming of video, audio to Kinesis Video Streams.
https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-c/group__PublicMemberFunctions.html
Apache License 2.0
1.02k stars 307 forks source link

[QUESTION] Potential SSL Read Error Again #1000

Closed suggestedfixes closed 3 years ago

suggestedfixes commented 3 years ago

We are also experiencing a similar problem when the bitrate gets too high (a moderate 1Mbps) for some network scenarios, actually very good network conditions. However, the fix for this issue is to default to use udp turn, which does not address the root cause of an SSL error. https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/410

We've also been able to replicate similar error log regarding SSL read, except this happens at very fast network conditions. https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/851

There are traces of evidence for potential data races

suggestedfixes commented 3 years ago

Thanks again!