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":"Priorit\u00e0 normale",
"video":[
{
"id":"157",
"titolo":"prova api2",
"url_flash":"",
"url_iphone":"",
"descrizione_breve":null,
"descrizione":null,
"tags":null,
"video_disponibile":"0",
"invalid_video":"0",
"data_inserimento":"2013-08-19 17:26:49",
"preview_image":"http:\/\/example.com\/meride\/video\/images\/test_image.jpg"
}
]
},
{
"slot":"Priorit\u00e0 alta",
"video":[]
},
{
"slot":"Urgente",
"video":[]
}
]