How Can I Extract Images From Kinesis Video Stream

0

Hi All, Past month i implemented the image extraction from Kinesis Video Stream deliver to S3 Bucket, It was working fine, But unfortunately, the process stopped working i.e the image doesn't extract and deliver images to the bucket due to some reasons I have gone through the documentation [https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/gs-s3Delivery.html ](Aws Documentation)and Implemented it in aws CloudShell however I am unable to extract the images

I also referred to the YouTube videos of the AWS https://www.youtube.com/watch?v=pUvxI76YnfA but even though I try this, I am unable to get the output.

kindly help me to come out of this problem

  • do you get an error when you try to get the output?

  • iam not getting Error when i declare these configuration I need to get deliver images in s3 bucket. but now I am unable to get the images generated from kinesis video stream

    { "StreamName": "TestStream", "ImageGenerationConfiguration": { "Status": "ENABLED", "DestinationConfig": { "DestinationRegion": "us-east-1", "Uri": "s3://bucket-name" }, "SamplingInterval": 200, "ImageSelectorType": "PRODUCER_TIMESTAMP", "Format": "JPEG", "FormatConfig": { "JPEGQuality": "80" }, "WidthPixels": 320, "HeightPixels": 240 } }

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions