We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a viewer disconnection is detected the stream is closed immediately instead of waiting for a reconnection.
The session should not be destructed before ICE_CONNECTION_STATE_FAILED is reached.
https://gist.github.com/skndi/95bb6a5548905fecd0de9ea7745e0742
The behavior seems to come from this line
amazon-kinesis-video-streams-webrtc-sdk-c/samples/Common.c
Line 84 in 8248241
1.10.2
gcc 10.2
Embedded Linux
Ambarella CV2 chip, aarch64
The text was updated successfully, but these errors were encountered:
Hi @skndi, than you for pointing this out. I will consider this change in sample behavior.
Sorry, something went wrong.
No branches or pull requests
Please confirm you have already done the following
Describe the bug
When a viewer disconnection is detected the stream is closed immediately instead of waiting for a reconnection.
Expected Behavior
The session should not be destructed before ICE_CONNECTION_STATE_FAILED is reached.
Current Behavior
https://gist.github.com/skndi/95bb6a5548905fecd0de9ea7745e0742
The behavior seems to come from this line
amazon-kinesis-video-streams-webrtc-sdk-c/samples/Common.c
Line 84 in 8248241
Reproduction Steps
WebRTC C SDK version being used
1.10.2
Compiler and Version used
gcc 10.2
Operating System and version
Embedded Linux
Platform being used
Ambarella CV2 chip, aarch64
The text was updated successfully, but these errors were encountered: