Download the code
In this section, you download the Java library and test code, and import the project into your Java IDE.
For prerequisites and other details about this procedure, see Watch output from cameras using parser library.
-
Create a directory and clone the library source code from the GitHub repository (https://github.com/aws/amazon-kinesis-video-streams-parser-library
). git clone https://github.com/aws/amazon-kinesis-video-streams-parser-library
-
Open the Java IDE that you're using (for example, Eclipse
or IntelliJ IDEA ) and import the Apache Maven project that you downloaded: -
In Eclipse: Choose File, Import, Maven, Existing Maven Projects, and navigate to the
kinesis-video-streams-parser-lib
folder. -
In IntelliJ Idea: Choose Import. Navigate to the pom.xml file in the root of the downloaded package.
For more information, see the related IDE documentation.
-