Video On Demand: Elemental MediaPackage vs Direct S3 access

0

Hello,

speaking of Video On Demand (not Live): what are the advantages of using Elemental MediaPackage over accessing directly video assets on S3 storage?

I mean, take the following scenario: an m3u8 video asset is prepared and uploaded on S3. What are the pros to ingest this asset in Elemental MediaPackage when I can access it directly through S3.

In both cases I can leverage on CloudFront to deploy a CDN.

I'm definitely missing something. Hope someone will help me to better understand the pros and cons of both solutions mentioned here.

Thanks.

profile picture
asked 4 years ago439 views
2 Answers
0

In your case, MediaPackage is not needed since packaging is already done.
However, please keep in mind that s3 was not designed for video streaming. You might want to consider using MediaStore. It is built on top of S3 with additional caching layer that is optimized for media streaming. Your users can get low latency read performance optimized for media-specific access patterns.
https://aws.amazon.com/mediastore/features/

AWS
answered 4 years ago
0

Hi bingaws,

thanks for your reply. I've a clearer understanding now.

I'll consider MediaStore as a more suitable alternative to S3 for video assets.

Bye.

profile picture
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions