This page explains how to read information about the status of the video encoder queues.
A collection / array of elements
| Field | Value | Description |
|---|---|---|
| slot | string | Label associated with the slot that shows its priority level |
| video | array | An array of videos being processed in the current slot |
[
{
"slot":"slot1",
"video":[
{
"id":"2",
"title":"Video title",
"short_description":"",
"description":"",
"tags":"",
"duration":306.32,
"available_video":"0",
"invalid_video":"0",
"created_at":"2012-09-25 17:55:47",
"preview_image":"http:\/\/example.com\/meride\/video\/images\/test_image.jpg"
}
]
},
{
"slot":"slot2",
"video":[]
},
{
"slot":"slot3",
"video":[]
}
]