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

**Logging** Add relevent parser library logging. IMPORTANT NOTE: Please make sure to NOT share AWS access credentials under any circumstance! Please make sure they are not in the logs. **Describe...

bug

I am trying to process an audio recorded from a Contact flow of Amazon connect instance using Kinesis Video Streams. We get the output from GetMedia as 200 as can...

question

https://github.com/aws/amazon-kinesis-video-streams-parser-library/issues/185 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Hello, we are creating and transmitting live stream from a webcam using the [AWS Kinesis video WebRTC SDK for Javascript](https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js). We are using the [official test page](https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-js/examples/index.html) for the creation...

bug

Hello everyone, I'm using the KVS producer to send video feed from RTSP camera to KVS (using Python on Raspberry PI), this works perfectly. But on the other side, I'm...

**Logging** ``` java.lang.IllegalStateException: Duplicate key 28 (attempted merging values 91343852333195104960095234440354545640198248828 and 91343852333195104960095234440354545640198248828) at java.base/java.util.stream.Collectors.duplicateKeyException(Collectors.java:133) at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:180) at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)...

bug

I am running the specific example "KinesisVideoRekognitionLambdaExample" from https://github.com/aws/amazon-kinesis-video-streams-parser-library to to display the bounding box results from amazon rekognition to be outputed into a separate KVS stream with + 'Rekognized'...

question

Hello, I am having trouble in getting the recognized labelled video when I run the **KinesisVideoRekognitionLambdaExample.java**, from https://github.com/aws/amazon-kinesis-video-streams-parser-library/blob/master/src/main/java/com/amazonaws/kinesisvideo/parser/examples/lambda/KinesisVideoRekognitionLambdaExample.java I followed the readme instructions and fortunately I got the new video...

question

We are attempting to use KVS parser library (1.2.5) to extract streamed audio from Amazon Connect calls and save to S3. We require the .wav file to be generated whilst...

question

I want to retrieve media from KVS for a given time range using getMediaForFragmentList API call. I have gone through this code (https://github.com/aws-samples/amazon-kinesis-video-streams-demos/blob/master/parser-java/kvs-archived-media-retrieval-sample/src/main/java/com/amazonaws/kinesisvideo/KinesisVideoRendererArchivedExample.java) which retrieve data from KVS using getMediaForFragmentList...

question