Livepeer · JSON Structure

Livepeer Stream Structure

Operational structure of a Livepeer Studio stream object: identity, ingest, transcode, playback, recording, and multistream.

Type: Properties: 0
VideoStreamingTranscodingDecentralizedWeb3Live VideoAI Video

LivepeerStream is a JSON Structure definition published by Livepeer. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2025-09/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-09/schema",
  "name": "LivepeerStream",
  "version": "1.0.0",
  "description": "Operational structure of a Livepeer Studio stream object: identity, ingest, transcode, playback, recording, and multistream.",
  "structures": {
    "Identity": {
      "type": "object",
      "required": ["id", "name"],
      "properties": {
        "id": { "type": "string" },
        "name": { "type": "string" },
        "playbackId": { "type": "string" },
        "createdAt": { "type": "integer" }
      }
    },
    "Ingest": {
      "type": "object",
      "properties": {
        "streamKey": { "type": "string" },
        "pull": {
          "type": "object",
          "properties": {
            "source": { "type": "string" },
            "headers": { "type": "object" }
          }
        }
      }
    },
    "Transcode": {
      "type": "object",
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": { "type": "string" },
              "width": { "type": "integer" },
              "height": { "type": "integer" },
              "bitrate": { "type": "integer" },
              "fps": { "type": "integer" }
            }
          }
        }
      }
    },
    "Recording": {
      "type": "object",
      "properties": {
        "record": { "type": "boolean" },
        "recordingSpec": { "type": "object" }
      }
    },
    "Multistream": {
      "type": "object",
      "properties": {
        "targets": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": { "type": "string" },
              "profile": { "type": "string" },
              "videoOnly": { "type": "boolean" }
            }
          }
        }
      }
    },
    "AccessControl": {
      "type": "object",
      "properties": {
        "playbackPolicy": {
          "type": "object",
          "properties": {
            "type": { "type": "string" },
            "webhookId": { "type": "string" },
            "allowedOrigins": { "type": "array", "items": { "type": "string" } }
          }
        }
      }
    },
    "Telemetry": {
      "type": "object",
      "properties": {
        "isActive": { "type": "boolean" },
        "isHealthy": { "type": "boolean" },
        "ingestRate": { "type": "number" },
        "outputRate": { "type": "number" },
        "issues": { "type": "array", "items": { "type": "string" } }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/livepeer-stream-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.