stream_playback

APIs.ioEngineeringPlatform

Properties

Name Type Description
dash string DASH Media Presentation Description for the video.
hls string The HLS manifest for the video.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-playback-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_playback",
  "title": "stream_playback",
  "properties": {
    "dash": {
      "description": "DASH Media Presentation Description for the video.",
      "example": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.mpd",
      "type": "string"
    },
    "hls": {
      "description": "The HLS manifest for the video.",
      "example": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.m3u8",
      "type": "string"
    }
  },
  "type": "object"
}