MuhammadSannan
MuhammadSannan

Reputation: 109

How to store kinesis video stream into S3 bucket?

I'm sending live video streaming to amazon console by kinesis video streaming, now i want to store it into amazon S3. How to store it into S3 please explain in detail. Thanks

Upvotes: 3

Views: 7596

Answers (1)

John Rotenstein
John Rotenstein

Reputation: 270114

Amazon Kinesis Video does not store videos in S3 "out-of-the-box". The intention is to provide a service that allows videos to be processed in some manner.

Amazon Kinesis Video

You can write a consumer app that will store the video into Amazon S3, but frankly there are easier ways to store the data in S3 (such as directly storing it S3 rather than sending it via Kinesis).

Picture is from: Amazon Kinesis Video Streams: How It Works - Amazon Kinesis Video Streams

Upvotes: 2

Related Questions