Red5 · JSON Structure

Red5 Stream Structure

Live stream entity structure for Red5 Pro streaming platform

Type: Properties: 0
Live StreamingMediaReal-TimeRTMPStreamingVideoWebRTC

Stream is a JSON Structure definition published by Red5.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Stream",
  "description": "Live stream entity structure for Red5 Pro streaming platform",
  "fields": [
    { "name": "name", "type": "string", "description": "Stream name identifier" },
    { "name": "publisherCount", "type": "integer", "description": "Number of active publishers" },
    { "name": "subscriberCount", "type": "integer", "description": "Number of active subscribers" },
    { "name": "bytesIn", "type": "integer", "description": "Total bytes received from publishers" },
    { "name": "bytesOut", "type": "integer", "description": "Total bytes sent to subscribers" },
    { "name": "videoCodec", "type": "string", "description": "Video codec in use (H264, H265, VP8, VP9)" },
    { "name": "audioCodec", "type": "string", "description": "Audio codec in use (AAC, Opus)" },
    { "name": "videoBitrate", "type": "integer", "description": "Video bitrate in kbps" },
    { "name": "audioBitrate", "type": "integer", "description": "Audio bitrate in kbps" },
    { "name": "width", "type": "integer", "description": "Video frame width in pixels" },
    { "name": "height", "type": "integer", "description": "Video frame height in pixels" },
    { "name": "frameRate", "type": "number", "description": "Video frame rate in fps" },
    { "name": "duration", "type": "integer", "description": "Stream duration in seconds" },
    { "name": "isRecording", "type": "boolean", "description": "Whether the stream is being recorded" }
  ]
}

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/red5-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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