See: Description
| Class | Description |
|---|---|
| Fragment |
Represents a segment of video or other time-delimited data.
|
| FragmentSelector |
Describes the time stamp range and time stamp origin of a range of fragments.
|
| GetHLSStreamingSessionURLRequest |
Retrieves an HTTP Live Streaming (HLS) URL for the stream.
|
| GetHLSStreamingSessionURLResult | |
| GetMediaForFragmentListRequest |
Gets media for a list of fragments (specified by fragment number) from the
archived data in an Amazon Kinesis video stream.
|
| GetMediaForFragmentListResult | |
| HLSFragmentSelector |
Contains the range of time stamps for the requested media, and the source of
the time stamps.
|
| HLSTimestampRange |
The start and end of the time stamp range for the requested media.
|
| ListFragmentsRequest |
Returns a list of Fragment objects from the specified stream and start
location within the archived data.
|
| ListFragmentsResult | |
| TimestampRange |
The range of time stamps for which to return fragments.
|
| Enum | Description |
|---|---|
| DiscontinuityMode |
Discontinuity Mode
|
| FragmentSelectorType |
Fragment Selector Type
|
| HLSFragmentSelectorType |
HLSFragment Selector Type
|
| PlaybackMode |
Playback Mode
|
| Exception | Description |
|---|---|
| ClientLimitExceededException |
Kinesis Video Streams has throttled the request because you have exceeded the
limit of allowed client calls.
|
| InvalidArgumentException |
A specified parameter exceeds its restrictions, is not supported, or can't be
used.
|
| InvalidCodecPrivateDataException | |
| MissingCodecPrivateDataException | |
| NoDataRetentionException |
A
PlaybackMode of ON_DEMAND was requested for a
stream that does not retain data (that is, has a
DataRetentionInHours of 0). |
| NotAuthorizedException |
Status Code: 403, The caller is not authorized to perform an operation on the
given stream, or the token has expired.
|
| ResourceNotFoundException |
GetMedia throws this error when Kinesis Video Streams can't find
the stream that you specified. |
| UnsupportedStreamMediaTypeException |
An HLS streaming session was requested for a stream with a media type that is
not
video/h264. |
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.