Callback after the video is processed
Is there a any kind of callback that JWPlatform cam make after the uploaded video is processed ?
i'm currently using rest API from JAVA to check the status of the uploaded video
Is there a any kind of callback that JWPlatform cam make after the uploaded video is processed ?
i'm currently using rest API from JAVA to check the status of the uploaded video
We do not currently have a pingback when the video status changes to ready, but my suggestion would be to check the JSON feed:
http://content.jwplatform.com/feeds/[mediaID].json
You will be able to see when a video is ready by looking at a few different parameters in that response. The other advantage of using the JSON feed is that the JSON request does not count against your API limit.