Notify format for qc_notify and qc_start_notify notifications
<?xml version="1.0"?>
<response>
<format>
<mediaID>[MediaID]</mediaID>
<status>[QCStatus]</status>
<parentMediaID>[ParentMediaID]</parentMediaID> <!-- present for QC child media -->
<parentTaskID>[ParentTaskID]</parentTaskID> <!-- present for QC child media -->
<report>[ReportURL]</report>
</format>
<meta>[MediaMeta]</meta> <!-- Only present if media metadata was sent -->
</response>
{
"response": {
"format": {
"mediaID": "[MediaID]",
"status": "[QCStatus]",
"parentMediaID": "[ParentMediaID]", // present for QC child media
"parentTaskID": "[ParentTaskID]", // present for QC child media
"report": "[ReportURL]"
},
"meta": "[MediaMeta]" // Only present if media metadata was sent
}
}
Parameter | Description |
---|---|
mediaID | A unique identifier assigned to each new media. |
status | The status of QC Processing Started – QC is started. Transcoding – QC not started since transcoding job is not finished. Validating – QC is in progress. Passed – QC sucessfully finished. All tests passed. Quarantined – Some QC Tests failed and output was sent to quarantine destination. Failed – Critical QC Tests failed. Stopped – QC process was suddenly stopped due to error. |
parentMediaID | A unique identifier of the parent media. |
parentTaskID | A unique identifier of the parent media output format. |
report | QC report URL |