Class UnsupportedStreamMediaTypeException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<UnsupportedStreamMediaTypeException.Builder,UnsupportedStreamMediaTypeException>

@Generated("software.amazon.awssdk:codegen") public final class UnsupportedStreamMediaTypeException extends KinesisVideoArchivedMediaException implements ToCopyableBuilder<UnsupportedStreamMediaTypeException.Builder,UnsupportedStreamMediaTypeException>

The type of the media (for example, h.264 or h.265 video or ACC or G.711 audio) could not be determined from the codec IDs of the tracks in the first fragment for a playback session. The codec ID for track 1 should be V_MPEG/ISO/AVC and, optionally, the codec ID for track 2 should be A_AAC.

See Also: