简体   繁体   English

如何将运动视频流存储到 S3 存储桶中?

[英]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.我正在通过 kinesis 视频流将实时视频流发送到亚马逊控制台,现在我想将其存储到亚马逊 S3 中。 How to store it into S3 please explain in detail.如何存储到S3请详细说明。 Thanks谢谢

Amazon Kinesis Video does not store videos in S3 "out-of-the-box". Amazon Kinesis Video 不会“开箱即用”地将视频存储在 S3 中。 The intention is to provide a service that allows videos to be processed in some manner.目的是提供一种服务,允许以某种方式处理视频。

亚马逊 Kinesis 视频

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).您可以编写一个消费者应用程序,将视频存储到 Amazon S3 中,但坦率地说,有更简单的方法可以将数据存储在 S3 中(例如直接将其存储在 S3 中,而不是通过 Kinesis 发送)。

Picture is from: Amazon Kinesis Video Streams: How It Works - Amazon Kinesis Video Streams图片来自: Amazon Kinesis Video Streams: How It Works - Amazon Kinesis Video Streams

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM