Live Channels
An example of live channels detection metadata for Live Channel Detection and Hybrid Recognition projects
JSON structure
{
"metadata": {
"custom_streams": [
{
"title": "xxxxxxxxxx",
"acrid": "xxxxxxxxxx",
"timestamps_ms": "1491987674",
"result_type": "live",
"score": 100
}
]
},
"status": {
"msg": "Success",
"version": "1.0",
"code": 0
}
}Last updated