When are the VOD mediapackage streams ready ?

0

Hello,
with VOD MediaPackage, after creating a new asset, we obtain the urls for the packaging configuration urls.
usually it takes a few minutes for the streams to be downloadable (meaning not to return a 404 error).
But today I have a longer 2hours videos and it tooks 10+ minutes for the playlist file to be available.

Is there a notification event that we could track to be aware when the packaging outputs are ready to be published ?

Joel

Joel
已提问 4 年前304 查看次数
1 回答
0
已接受的回答

Hi Joel, thanks for opening this forum post with us!

There are different ingest statuses available to monitor: "IngestStart", "IngestComplete", "IngestError" which defines the status of ingest, and "VodAssetPlayable" which denotes when the URL is ready to play back. A URL is generated when the "IngestComplete" event is triggered, but won't be playable until "VodAssetPlayable" is triggered. Until then, you will receive a 404 on that endpoint as it is not yet ready - as you have already noted.

I would suggest setting up SNS Topics for the above events, especially "VodAssetPlayable". You can find more details on this here: https://docs.aws.amazon.com/mediapackage/latest/ug/cloudwatch-events-example.html

Do let us know if you have any other questions!

Regards,
Ben

AWS
已回答 4 年前
profile picture
专家
已审核 5 天前

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

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

回答问题的准则

相关内容