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 } }

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则