stream_input_rtmps

Details for streaming to an live input using RTMPS.

APIs.ioEngineeringPlatform

Properties

Name Type Description
streamKey object
url object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-input-rtmps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_input_rtmps",
  "title": "stream_input_rtmps",
  "description": "Details for streaming to an live input using RTMPS.",
  "properties": {
    "streamKey": {
      "$ref": "#/components/schemas/stream_input_rtmps_stream_key"
    },
    "url": {
      "$ref": "#/components/schemas/stream_input_rtmps_url"
    }
  },
  "type": "object"
}