API Documentation: Media Status
When a video is first uploaded to WellcomeMat the returned status code should be 100 (File Received). At that point, the encoding system will process the file accordingly, and you can track its encoding status by querying the media. As files become ready, they are immediately pushed into the cloud and out to the CDN delivery service. The available status codes are as follows:
Status Code | Definition |
---|---|
000 | File not received |
100 | File received |
200 | Queued for encoding |
310 | Generating images |
320 | Encoding 720p video |
330 | Encoding 360p video |
340 | Encoding 270p mobile video |
350 | Encoding 480p video |
360 | Encoding 1080p video |
400 | Active |
410 | Encoded, needs a video type to go active |
500 | Inactive |
600 | Encode Failed |
700 | Marked for deletion |