stream_playback_srt_url

The URL used to play live video over SRT.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-playback-srt-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_playback_srt_url",
  "title": "stream_playback_srt_url",
  "description": "The URL used to play live video over SRT.",
  "example": "rtmps://live.cloudflare.com:443/live/",
  "type": "string"
}