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 个月前

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

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

回答问题的准则