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
gefragt vor 4 Jahren304 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
beantwortet vor 4 Jahren
profile picture
EXPERTE
überprüft vor 4 Tagen

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen