amazon-kinesis-video-streams-webrtc-sdk-c
amazon-kinesis-video-streams-webrtc-sdk-c copied to clipboard
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.
**Logging** 2022-09-09 06:32:28 DEBUG iceAgentLogNewCandidate(): New local ice candidate discovered. Id: acprUI75O. Ip: 120.*.*.*:32366. Type: relay. Protocol: tcp. **Describe the bug** The protocal of relay candidate which allocated from iceserver...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
hello, dear When I study the source code in TurnConnection.c,I find the condition TURN_STATE_CHECK_SOCKET_CONNECTION in function turnConnectionStepState(PTurnConnection pTurnConnection) dosen't call break statement,I want to ask that is this missing or...
Fix the problem that the session is not released when handleOffer processing fails
*Issue #, if available:* 1. when the two endpiont of connecion both are relay candidate, and the ip of local relay candidate is not the same as remote relay candidate....
*Issue #, if available:* *What was changed?* - Added some missing API and functional unit tests. *Why was it changed?* - To improve coverage and fix any potential bugs in...
*What was changed?* The git tag of the Producer C branch used as dependency library. *Why was it changed?* The tests were run using the CMake cleanup branch of Producer...
### Please confirm you have already done the following - [X] I have searched the repository for related/existing bug reports - [X] I have all the details the issue requires...
*Issue #, if available:* N/A *What was changed?* Added videoscale and videorate to gstreamer pipelines in samples. *Why was it changed?* we're using autovideosrc for device streams, and the detected...
*Issue #, if available:* *What was changed?* - Add [Signaling component](https://github.com/awslabs/amazon-kinesis-video-streams-signaling) and [coreJSON](https://github.com/FreeRTOS/coreJSON) as external projects, and update Signaling code to call APIs of component. *Why was it changed?* -...