AWS Live stream - history

0

Hey,

my goal is to build a live stream pipeline, that lets you playback the entire event (like YT Live does), customers should be able to rewind the stream to see from the beginning even when the stream is broadcasting live.

I've already set up the AWS Media Live & AWS Media Package which works well, however, the maximum Manifest window duration I can set is 300 seconds which doesn't match my expectations i wanna be able to playback the entire live event.

1 回答
0

Thanks for your question. AWS MediaPackage offers the ability to provide a Time-Shift and Start-Over viewing of live streams. This is accomplished, in part, by the Startover Window parameter for an Endpoint. MediaPackage can define up to a 14 day buffer for streams, which can be read during and after a live event. This is different than the Manifest window, which defines the size of the current live manifest. Live streaming manifests will typically delete the oldest and add the newest segment every segment duration. The Live Playlist window for each endpoint can be configured.

Please review the MediaPackage Time-Shifted Viewing information here https://docs.aws.amazon.com/mediapackage/latest/ug/time-shifted.html

If you desire to have the content viewed beyond the Startover Window period, MediaPackage has a Harvesting function that can copy the stream to an S3 bucket. The bucket will then become the origin for any On-Demand viewing.

Harvest Job details can be found here. https://docs.aws.amazon.com/mediapackage/latest/ug/harvest-jobs.html

AWS
Mike-ME
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容