amazon-kinesis-video-streams-parser-library icon indicating copy to clipboard operation
amazon-kinesis-video-streams-parser-library copied to clipboard

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, metad...

Results 19 amazon-kinesis-video-streams-parser-library issues
Sort by recently updated
recently updated
newest added

I am wondering if there are any plans to upgrade the pom.xml to use `aws-sdk-java-v2` found [here](https://github.com/aws/aws-sdk-java-v2/tree/master)? I see that there are known vulnerabilities on [aws-java-sdk-core:1.12.437](https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-core/1.12.437). After reading a bit,...

question

When i am running this file KinesisVideoRekognitionIntegrationExampleTest.java I am getting the following error after 10 -15 seconds of getting feed on my system [pool-2-thread-2] ERROR com.amazonaws.kinesisvideo.parser.examples.GetMediaWorker - Failure in GetMediaWorker...

bug

When i am running this file KinesisVideoRekognitionIntegrationExampleTest.java I am getting the following error after 10 -15 seconds of getting feed on my system [pool-2-thread-2] ERROR com.amazonaws.kinesisvideo.parser.examples.GetMediaWorker - Failure in GetMediaWorker...

question

Download from Maven amazon-kinesis-video-streams-parser-library 1.2.4 (build-jdk 1.8.0_322**) Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Built-By: niyatim Created-By: Apache Maven 3.5.2 **Build-Jdk: 1.8.0_322** Download from Maven amazon-kinesis-video-streams-parser-library 1.2.5 (build-jdk 11.0.18**) Manifest-Version: 1.0 Archiver-Version:...

bug

I'm building a solution to download the Amazon Connect voice live stream, each call will have different streamARN and startFragment number. ``` AmazonKinesisVideo amazonKinesisVideo = (AmazonKinesisVideo) AmazonKinesisVideoClientBuilder.standard(). build(); String endpoint...

question

Hello, I am creating video analytics algorithms using Python and OpenCV and would like to run these algorithms on a live KVS stream using the `GetMedia` API. What is the...

enhancement

I would like to capture the latency a fragment experiences as it is sent from KVS, over the wire, and then parsed in the consumer. I see there is millisBehindNow...

question

Hi, I have added custom location metadata to kvs stream from producer c++ ( gstreamer code). How to retrieve this inserted metadata using stream parser library? I imported this parser...

question

Hi there, I'm opened a Github issue as suggested by the AWS Premium Support, to continue an issue on Duplicate Key Error I got on my consumer. To make a...