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.
I would like to integrate the two functions of KVS and WebRTC in a process. Then I found that they have some dependent libraries with inconsistent versions. such as libwebsockets,and...
I experience frequent missing frames and due to this the sequenceNumber could jump and the JitterBuffer parser does not handle it properly and my streaming video just stops. In API...
when I run kvs on windows11, Poll failed.  ref: [ If the POLLPRI flag is set on a socket for the Microsoft Winsock provider, the WSAPoll function will fail.](https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-wsapoll#:~:text=If%20the%20POLLPRI%20flag%20is%20set%20on%20a%20socket%20for%20the%20Microsoft%20Winsock%20provider%2C%20the%20WSAPoll%20function%20will%20fail.)
*Issue #, if available:*. https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/1567 *Description of changes:* Remove `,` from readme to make properly formed JSON. It is correct here already: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/master/scripts/generate-iot-credential.sh#L39-L56 By submitting this pull request, I confirm...
**Is your feature request related to a problem? Please describe.** If someone want to use gstreamer pipeline on cloud (ex. ec2 instance), is there anyway we can use kinesis video...
I have modify the code like this: ``` #define TWCC_STATUSVECTOR_SMASK(packetChunk) (TWCC_STATUSVECTOR_IS_2BIT(packetChunk) ? 3u : 1u) #define TWCC_STATUSVECTOR_STATUS(packetChunk, i) \ (((packetChunk) >> (14u - (i + 1) *TWCC_STATUSVECTOR_SSIZE(packetChunk))) & TWCC_STATUSVECTOR_SMASK(packetChunk)) ```...
*Issue #1560* *Description of changes:* avoid deadlock via MUTEX_TRYLOCK and just try again later via timer By submitting this pull request, I confirm that you can use, modify, copy, and...
I am trying to connect KVS Webrtc master (JS library local host) and KVS WebRTC viewer (C SDK running in EC2 server) but I am not receiving video data from...
Describe the bug I found a possible deadlock: freeSampleStreamingSession() may deadlock in interaction with getIceCandidatePairStatsCallback() SDK version number 1.7.3 Additional context I have an fix and just wanted to post...
**Describe the bug** `sample/kvsWebrtcClientMasterGstSample` does not work. Getting errors that are similar to #1557 I followed the instructions to build the project on Raspberry Pi (`Linux 5.15.61-v8+ aarch64 GNU/Linux`). `sample/kvsWebrtcClientMasterGstSample`...