Use this API to retrieve media content from a Kinesis video stream. In the
request, you identify the stream name or stream Amazon Resource Name
(ARN), and the starting chunk. Kinesis Video Streams then returns a stream
of chunks in order by fragment number.
When you put media data (fragments) on a stream, Kinesis Video Streams
stores each incoming fragment and related metadata in what is called a
"chunk." For more information, see PutMedia.
The GetMedia API returns a stream of these chunks starting
from the chunk that you specify in the request.