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

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ