Ivs Video Configuration Example

Live StreamingMediaVideoReal-Time

Ivs Video Configuration Example is an example object payload from Amazon Interactive Video Service, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

avcLevelavcProfilecodecencodertargetBitratetargetFrameratevideoHeightvideoWidth

Example Payload

Raw ↑
{
  "avcLevel": "example-value",
  "avcProfile": "example-value",
  "codec": "example-value",
  "encoder": "example-value",
  "targetBitrate": "example-value",
  "targetFramerate": "example-value",
  "videoHeight": "id-abc123",
  "videoWidth": "id-abc123"
}