Amazon MediaLive · Schema

IFrameOnlyPlaylistType

When set to "standard", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-i-frame-only-playlist-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-i-frame-only-playlist-type-schema.json",
  "title": "IFrameOnlyPlaylistType",
  "description": "When set to \"standard\", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.",
  "type": "string",
  "enum": [
    "DISABLED",
    "STANDARD"
  ]
}