Dolby.io · Capability

Dolby OptiView Live (THEOlive) — Ingests

Manage channel input sources (RTMP push/pull, SRT, SDI) on the Dolby OptiView Live (THEOlive) platform.

Dolby OptiView Live (THEOlive) — Ingests is a Naftiko capability published by Dolby.io, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 state-changing operation. Lead operation: Create an ingest source for a channel. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dolby, OptiView, THEOlive, Live Streaming, and Ingests.

Run with Naftiko DolbyOptiViewTHEOliveLive StreamingIngests

MCP Tools

theolive-create-ingest

Create an ingest source for a channel.

Capability Spec

theolive-ingests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dolby OptiView Live (THEOlive) — Ingests
  description: Manage channel input sources (RTMP push/pull, SRT, SDI) on the Dolby OptiView Live (THEOlive) platform.
  tags:
  - Dolby
  - OptiView
  - THEOlive
  - Live Streaming
  - Ingests
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    THEOLIVE_USER: THEOLIVE_USER
    THEOLIVE_PASSWORD: THEOLIVE_PASSWORD
capability:
  consumes:
  - type: http
    namespace: ingests
    baseUri: https://api.theo.live/v2
    description: Ingest management on the OptiView Live (THEOlive) REST API.
    resources:
    - name: ingests
      path: /ingests
      operations:
      - name: listIngests
        method: GET
      - name: createIngest
        method: POST
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
      - name: getIngest
        method: GET
        path: /ingests/{ingestID}
        inputParameters:
        - name: ingestID
          in: path
          type: string
          required: true
      - name: updateIngest
        method: PUT
        path: /ingests/{ingestID}
        inputParameters:
        - name: ingestID
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          required: true
      - name: deleteIngest
        method: DELETE
        path: /ingests/{ingestID}
        inputParameters:
        - name: ingestID
          in: path
          type: string
          required: true
    authentication:
      type: basic
      key: Authorization
      value: 'Basic {{env.THEOLIVE_USER}}:{{env.THEOLIVE_PASSWORD}}'
      placement: header
  exposes:
  - type: mcp
    namespace: ingests-mcp
    port: 9090
    transport: http
    description: MCP adapter for OptiView Live ingest management.
    tools:
    - name: theolive-create-ingest
      description: Create an ingest source for a channel.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ingests.createIngest
      with:
        body: tools.body