Amazon MediaConnect · Example Payload

Mediaconnect Api Set Source Request Example

BroadcastingLive VideoMediaMedia Transport

Mediaconnect Api Set Source Request Example is an example object payload from Amazon MediaConnect, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DecryptionDescriptionEntitlementArnIngestPortMaxBitrateMaxLatencyMaxSyncBufferMediaStreamSourceConfigurationsMinLatencyNameProtocolSenderControlPortSenderIpAddressSourceListenerAddressSourceListenerPortStreamIdVpcInterfaceNameWhitelistCidrGatewayBridgeSource

Example Payload

Raw ↑
{
  "Decryption": "example-value",
  "Description": "Example MediaConnect flow for live video transport",
  "EntitlementArn": "arn:aws:mediaconnect:us-east-1:123456789012:flow:example-flow",
  "IngestPort": "5000",
  "MaxBitrate": "example-value",
  "MaxLatency": "example-value",
  "MaxSyncBuffer": "example-value",
  "MediaStreamSourceConfigurations": "example-value",
  "MinLatency": "example-value",
  "Name": "example-mediaconnect-flow",
  "Protocol": "srt",
  "SenderControlPort": "5000",
  "SenderIpAddress": "10.0.0.1",
  "SourceListenerAddress": "10.0.0.1",
  "SourceListenerPort": "5000",
  "StreamId": "id-abc123",
  "VpcInterfaceName": "example-mediaconnect-flow",
  "WhitelistCidr": "example-value",
  "GatewayBridgeSource": "example-value"
}