Rewind MediaPackage generated live stream to beginning

0

I’m using MediaLive and MediaPackage to deliver live stream. We need ability for end user to slide back in time to catch part they missed, something like Live in Youtube. Unfortunately “Live playlist window duration” value is limited to 300s, and generated hls/dash streams when played in any reference player provide option to rewind back couple seconds, which looks as designed based on generated playlist format.

Is there any way to configure MediaPackager so we can build a system with “Youtube like” ability to seek to any point in time.

Thanks you.

Andrija
已提問 7 個月前檢視次數 220 次
1 個回答
0
已接受的答案

Hello,

You'll want to use the Startover window along with time-shifted viewing in order to accomplish this. You can set the Startover window to up to 14 days from when the content was streaming live. You can then use query parameters to send the player to the start time of the event, or times in between by passing different query paramenters to the same endpoint. You can do this while the live event is still running. If the player requests the manifest without any query parameters it will send it to the live window, but with start and/or end parameters you can send the player to a specific time in the past as long as the time in the past is within the startover window. Here's a bit more documentation around how to accomplish that: https://docs.aws.amazon.com/mediapackage/latest/ug/time-shifted.html?icmpid=docs_elemental_mediapackage_helppanel

AWS
已回答 7 個月前

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

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

回答問題指南