/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.

Primary LanguageCApache License 2.0Apache-2.0

Amazon Kinesis Video Streams C WebRTC SDK

Build Status Coverage Status

Running

1. Download

To download run the following command:

git clone --recursive https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git

2. Configure

Create a build directory in the newly checked out repository, and execute CMake from it.

mkdir -p amazon-kinesis-video-streams-webrtc-sdk-c/build; cd amazon-kinesis-video-streams-webrtc-sdk-c/build; cmake ..

TODO Document all the available options

3. Build

To build the library and the provided samples run make in the build directory you executed CMake.

make

License

This library is licensed under the Apache 2.0 License.