stream_playback_srt

Details for playback from an 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-playback-srt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_playback_srt",
  "title": "stream_playback_srt",
  "description": "Details for playback from an live input using SRT.",
  "properties": {
    "passphrase": {
      "$ref": "#/components/schemas/stream_playback_srt_stream_passphrase"
    },
    "streamId": {
      "$ref": "#/components/schemas/stream_playback_srt_stream_id"
    },
    "url": {
      "$ref": "#/components/schemas/stream_playback_srt_url"
    }
  },
  "type": "object"
}