ACRCloud
Visit WebsiteConsole
  • Introduction
  • Get Started
  • Console Tutorials
    • Recognize Music
    • Recognize Custom Content
    • Broadcast Monitoring for Music
    • Broadcast Monitoring for Custom Content
    • Detect Live & Timeshift TV Channels
    • Recognize Custom Content Offline
    • Recognize Live Channels and Custom Content
    • Find Potential Detections in Unknown Content Filter
  • SDK REFERENCE
    • Mobile SDK
      • iOS
      • Android
      • Unity
    • Backend SDK
      • Python
      • PHP
      • Go
      • Java
      • C/C++
      • C#
    • Error Codes
  • API Reference
    • Identification API
    • Console API
      • Access Token
      • Buckets
        • Audio Files
        • Live Channels
        • Dedup Files
      • Base Projects
      • OfflineDBs
      • BM Projects
        • Custom Streams Projects
          • Streams
          • Streams Results
          • Streams State
          • Recordings
          • Analytics
          • User Reports
        • Broadcast Database Projects
          • Channels
          • Channels Results
          • Channels State
          • Recordings
          • Analytics
          • User Reports
      • File Scanning
        • FsFiles
      • UCF Projects
        • BM Streams
        • UCF Results
    • Metadata API
  • Tools
    • Audio File Fingerprinting Tool
    • Local Monitoring Tool
    • Live Channel Fingerprinting Tool
    • File Scan Tool
  • Metadata
    • Music
    • Music (Broadcast Monitoring with Broadcast Database)
    • Custom Files
    • Live Channels
    • Humming
  • FAQ
    • Definition of Terms
  • Service Usage
Powered by GitBook
On this page
  • JSON structure
  • Metadata fields
  1. Metadata

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 4 years ago