Download and build the Kinesis Video Streams C++ Producer SDK - Amazon Kinesis Video Streams

Download and build the Kinesis Video Streams C++ Producer SDK

You can download and build the Kinesis Video Streams C++ Producer SDK using the following procedure. This approach takes longer time to build, depending on network connectivity and processor speed.

  1. Download the SDK. Type:

    git clone https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.git
  2. Prepare a build directory. Type:

    mkdir -p amazon-kinesis-video-streams-producer-sdk-cpp/build cd amazon-kinesis-video-streams-producer-sdk-cpp/build
  3. Build the SDK and Sample applications. Depending on which model of Raspberry Pi you are building on, it may take several hours to run for the first time:

    cmake .. -DBUILD_GSTREAMER_PLUGIN=ON -DBUILD_DEPENDENCIES=FALSE make