aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
102 stars 52 forks source link

Is SDK available as JAR? #29

Closed RafaelRViana closed 5 years ago

RafaelRViana commented 6 years ago

Hi,

The example contained in this repository, code are in com.amazonaws.kinesisvideo.parser.*

I found on Maven Repository this SDK:

<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-kinesisvideo -->
<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-kinesisvideo</artifactId>
    <version>1.11.409</version>
</dependency>

But, in this SDK doesn't have a parser package.

To run the parser library outside of this example project, do I need to copy all code to there. Or do you have a JAR release version of project?

Thanks.

vijaygj commented 6 years ago

We have an older version in maven,

https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-video-streams-parser-library/1.0.3

We will get the latest version there.

RafaelRViana commented 6 years ago

Thanks

zhiyua-git commented 5 years ago

Hi @RafaelRViana ,

Latest version is available in maven: https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-video-streams-parser-library/1.0.9

Thanks, -ZH