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
feita há 4 anos304 visualizações
1 Resposta
0
Resposta aceita

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
respondido há 4 anos
profile picture
ESPECIALISTA
avaliado há 4 dias

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas