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 Answer
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
answered 5 months 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