MediaStream
A media stream represents one component of your content, such as video, audio, or ancillary data. After you add a media stream to your flow, you can associate it with sources and outputs that use the ST 2110 JPEG XS or CDI protocol.
Contents
- fmt
-
The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
Type: Integer
Required: Yes
- mediaStreamId
-
A unique identifier for the media stream.
Type: Integer
Required: Yes
- mediaStreamName
-
A name that helps you distinguish one media stream from another.
Type: String
Required: Yes
- mediaStreamType
-
The type of media stream.
Type: String
Valid Values:
video | audio | ancillary-data
Required: Yes
- attributes
-
Attributes that are related to the media stream.
Type: MediaStreamAttributes object
Required: No
- clockRate
-
The sample rate for the stream. This value is measured in Hz.
Type: Integer
Required: No
- description
-
A description that can help you quickly identify what your media stream is used for.
Type: String
Required: No
- videoFormat
-
The resolution of the video.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: