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

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠