简体   繁体   中英

How to upload real time video to AWS S3 Bucket

I am trying to upload a real-time video stream from the video camera to the AWS S3 bucket. Here assuming that camera settings like target IP or domain are fully controllable. But I don't know how to implement this on AWS services. Any advice would be appreciated. Thanks in advance.

In AWS you can achieve this by using Amazon Kinesis Video Streams .

You can use the Gstreamer Docker image to stream video from the camera to Kinesis Video Streams. Have a look at the docs here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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