Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Red5 Inputs API

Input stream management for mixer sessions

Red5 Inputs API is one of 17 APIs that Red5 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Inputs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, http://{host}:5080.

4 operations 2 paths 3 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Base URL
http://localhost:5080/api/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Red5 Inputs API declares 1 security scheme for authenticating requests. An API key is passed in the query as accessToken (accessToken). By default, every request must be authenticated.

  • accessToken — API access token for authenticating Brew Mixer API requests

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Inputs 4

Input stream management for mixer sessions

GET
/brewmixer/2.0/mixers/{mixerId}/inputs
List Mixer Inputs
listMixerInputs 2 params → 200401404
POST
/brewmixer/2.0/mixers/{mixerId}/inputs
Add an Input to a Mixer
addMixerInput 2 params body → 201400401404
PUT
/brewmixer/2.0/mixers/{mixerId}/inputs/{inputId}
Update a Mixer Input
updateMixerInput 3 params body → 200400401404
DELETE
/brewmixer/2.0/mixers/{mixerId}/inputs/{inputId}
Remove an Input From a Mixer
removeMixerInput 3 params → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are MixerInput (7 properties), MixerInputCreate (6 properties), Error (2 properties). Each schema is shown below with its type and property counts.

MixerInputCreate
object
Parameters for adding or updating a mixer input
6 properties 1 required
Error
object
Error response
2 properties
MixerInput
object
An input stream source within a mixer session
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

red5-inputs-api-openapi.yml Raw ↑

Other APIs Red5 publishes across the network.

Red5 Pro Server API
Red5 Pro WebRTC SDK
Red5 Core SDK
Red5 Pro iOS Streaming SDK
Red5 Pro Android Streaming SDK
Red5 Admin API
Red5 Applications API
Red5 File Restreamer API
Red5 Images API
Red5 Logs API
Red5 Mixers API
Red5 Provision API