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.
**Describe the bug** Does it make sense to have per-channel properties (RtcDataChannelInit) about order and reliability, but reference to the same value (SctpSession.packet[1]) indiscriminately while sending messages? https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/2dff44fea83a79336fda676ba2801d0d77417cd1/src/source/Sctp/Sctp.c#L180-L190 It leads...
I'm trying to run the above sample which I've recently build from master on windows. I run the sample, then try to connect from the [webrtc test page ](https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-js/examples/index.html). I...
**Describe the bug** Observation, when nack count from chrome://webrtc-internals exceeds around 3.5k, chrome is no longer able to decode video. When turning on logging lvl 1, the observation is that...
Hi! I'm trying to send different video streams on demand to each client (for example session0 and session1) of master. And it works. But when re-send happens frequently (because of...
**Describe the bug** In the WIN32 environment the getLocalhostIpAddresses() function in Network.c does not match the Unix/Main path. Specifically the interfaces returned by the OS are not filtered in the...
When peer connection state is either CLOSED or DISCONNECTED, we call closePeerConnection(pPeerConnection_); freePeerConnection(&pPeerConnection_); Normally they return quickly. But in certain scenario, calling freePeerConnection() never returns. Before the failure, there are...
**Logging** 2021-10-12 05:11:59 VERBOSE rtcpReportsCallback(): sender report 714470242 16505577869281378154 4187603 : 4362 packets 741540 bytes 2021-10-12 05:11:59 VERBOSE rtcpReportsCallback(): sender report 1226125112 16505577869675665172 7825823 : 13985 packets 5523459 bytes 2021-10-12...
…c network environment, resulting in the problem of being unable to connect *Issue #, if available:* Modifying relay candidate will change to prflx candidate in a specific network environment, resulting...
**Is your feature request related to a problem? Please describe.** On some networks, UDP traffic between peers is not permitted, but TCP traffic is. In these cases, the peers both...
**Describe the bug** The master sample right now adds audio/video transceivers. If we modify it to only have video -- when replying to an offer which has recvonly audio, instead...