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.
-
Download the SDK. Type:
git clone https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.git
-
Prepare a build directory. Type:
mkdir -p amazon-kinesis-video-streams-producer-sdk-cpp/build cd amazon-kinesis-video-streams-producer-sdk-cpp/build
-
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