Can a live stream have an S3 bucket as it's endpoint?

0

Can a live stream have an S3 bucket as it's endpoint?

chrisj
已提問 8 個月前檢視次數 406 次
1 個回答
0
已接受的答案

No, Amazon S3 is designed for static object storage and is not natively capable of receiving live streaming data. However, you can integrate several AWS services to store the output of live streams in S3. Here's a general workflow of how you could achieve this:

- AWS Elemental MediaLive: Use AWS Elemental MediaLive to create a live stream. MediaLive can ingest live video feeds and process the video for delivery to viewers.

- AWS Elemental MediaPackage: After processing the live stream with MediaLive, you can use AWS Elemental MediaPackage to prepare and protect your video for delivery over the Internet. MediaPackage creates video streams formatted to play on connected TVs, mobile phones, computers, tablets, and game consoles.

- S3 Storage: Once your video has been processed and packaged, you can configure the output to be stored in an S3 bucket. However, keep in mind that this would typically be in the form of segmented files (like HLS segments) rather than a continuous single file.

- Amazon CloudFront: If you want to deliver the video to end users, you can integrate S3 with Amazon CloudFront. CloudFront is a content delivery network (CDN) service that can distribute the video content globally with low latency.

To summarize, while you cannot directly use an S3 bucket as an endpoint for a live stream, you can use a combination of AWS services to process, package, and store live streaming video in S3.

profile picture
已回答 8 個月前
profile pictureAWS
專家
已審閱 8 個月前
  • Hi, I had a issue when i archieved an output to S3 bucket when the stream gets over it gets saved as .ts file the whole stream video. Now the problem for me is when i start streaming with same hls link and medialive streaming url and key and stop the stream the the file in s3 gets overwritten i want to save the 2nd stream file as another .ts file but dont know how Please Help!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南