Checking video transcoding status

You can read the status of the video transcoding task by querying the following API:

GET /v4/transcode/{transcode_uuid}

The check progress request containing the{transcode_uuid} of the task can be found in the response of the upload query (file->info->transcode_uuid). The request URL is also included in the upload query response (file->info->progress).

Response

{
    "status":"OK",
    "UUID":"ead14798-d4cb-421b-b027-a36c244506ad",
    "progress":83,
    "ready":false
}
{
    "status":"OK",
    "UUID":"ead14798-d4cb-421b-b027-a36c244506ad",
    "progress":100,
    "ready":true
}

Testing with VideoJS player

Multiple players are supporting HLS and DASH for adaptive streaming, for testing we recommend using VideoJS. VideoJS offers following two test pages, where you can paste the CDN link to your playlist file and view the result by changing your connection speed from your browser's inspector:

DASH: https://videojs.github.io/videojs-contrib-dash
HLS: https://videojs.github.io/videojs-contrib-hls