Youtube · Example Payload

Youtube Live Live Broadcast Content Details Example

GoogleMediaSocialStreamingVideoVideos

Youtube Live Live Broadcast Content Details Example is an example object payload from Youtube, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

boundStreamIdboundStreamLastUpdateTimeMsmonitorStreamenableEmbedenableDvrenableContentEncryptionstartWithSlateclosedCaptionsTypeenableLowLatencylatencyPreferenceenableAutoStartenableAutoStop

Example Payload

Raw ↑
{
  "boundStreamId": "500123",
  "boundStreamLastUpdateTimeMs": "example_value",
  "monitorStream": "example_value",
  "enableEmbed": 1,
  "enableDvr": 1,
  "enableContentEncryption": 1,
  "startWithSlate": 1,
  "closedCaptionsType": "closedCaptionsDisabled",
  "enableLowLatency": 1,
  "latencyPreference": "low",
  "enableAutoStart": 1,
  "enableAutoStop": 1
}