Live Channels

Example of JSON result: Live Channel or Timeshift buckets with Live Channel Detection and Hybrid Recognition projects

JSON structure

{
        "status": {
            "msg": "Success",
            "code": 0,
            "version": "1.0"
        },
        "metadata": {
            "timestamp_utc": "2015-07-27 12:45:16",
            "custom_streams": [
                {
                    "title": "xxxxxxxxxx",
                    "acrid": "xxxxxxxxxx",
                    "timestamps_ms": "1491987674",
                    "result_type":"live",
                    "score": 100
                }
            ]
        },
        
}

Metadata fields

Name

Description

streams

ACRCloud Live channel fields

custom_streams

Custom live channel fields

arcid

ACRCloud unique identifier

score

Match score, 60-100

title

Live channel name

timestamps_ms

Unix Timestamp (UTC) in milliseconds of live feeds

result_type

"live" or "timeshift"

Last updated