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

Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions