Download the C producer library code
In this section, you download the low-level libraries. For prerequisites and other details about this example, see Use the C++ producer library.
-
Create a directory, and then clone the example source code from the GitHub repository.
git clone --recursive https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.gitNote
If you miss running git clone with
--recursive, rungit submodule update --initin theamazon-kinesis-video-streams-producer-c/open-sourcedirectory. You must also install pkg-config, CMake, and a build environment.For more information, see the
README.mdin https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git. -
Open the code in the integrated development environment (IDE) of your choice (for example, Eclipse
).