stream_input_srt

Details for streaming to a live input using SRT.

APIs.ioEngineeringPlatform

Properties

Name Type Description
passphrase object
streamId object
url object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-input-srt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_input_srt",
  "title": "stream_input_srt",
  "description": "Details for streaming to a live input using SRT.",
  "properties": {
    "passphrase": {
      "$ref": "#/components/schemas/stream_input_srt_stream_passphrase"
    },
    "streamId": {
      "$ref": "#/components/schemas/stream_input_srt_stream_id"
    },
    "url": {
      "$ref": "#/components/schemas/stream_input_srt_url"
    }
  },
  "type": "object"
}