Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Get Video Status


Is there any way to get the notification when my uploaded video status changed from processing to ready ?
Is there any support for passing notify url which will be called when my video is ready to publish ?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

We do not currently have webhooks to report when a video has become ready.

My suggestion would be to start polling the Delivery API’s /media endpoint with the specific media ID and then parse the JSON response to check the status. I would start polling at a time equivalent to the duration of the video after the upload, so if the video is five minutes long, give us at least five minutes to transcode the first video.

Please see the /media endpoint details at https://developer.jwplayer.com/jw-platform/docs/delivery-api-reference/

This question has received the maximum number of answers.