You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-kinesis-video-archived-media): This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
* <p>Downloads an MP4 file (clip) containing the archived, on-demand media from the
48
48
* specified video stream over the specified time range. </p>
49
-
* <p>Both the StreamName and the StreamARN parameters are optional, but you must specify
49
+
* <p>Both the StreamName and the StreamARN parameters are optional, but you must specify
50
50
* either the StreamName or the StreamARN when invoking this API operation. </p>
51
-
*
52
-
* <p>As a prerequisite to using GetCLip API, you must obtain an endpoint using
51
+
* <p>As a prerequisite to using GetCLip API, you must obtain an endpoint using
53
52
* <code>GetDataEndpoint</code>, specifying GET_CLIP for<code></code> the
54
53
* <code>APIName</code> parameter. </p>
55
-
* <p>An Amazon Kinesis video stream has the following requirements for providing data
54
+
* <p>An Amazon Kinesis video stream has the following requirements for providing data
56
55
* through MP4:</p>
57
-
* <ul>
56
+
* <ul>
58
57
* <li>
59
-
* <p>The media must contain h.264 or h.265 encoded video and, optionally, AAC or
58
+
* <p>The media must contain h.264 or h.265 encoded video and, optionally, AAC or
60
59
* G.711 encoded audio. Specifically, the codec ID of track 1 should be
61
60
* <code>V_MPEG/ISO/AVC</code> (for h.264) or V_MPEGH/ISO/HEVC (for H.265).
62
61
* Optionally, the codec ID of track 2 should be <code>A_AAC</code> (for AAC) or
63
62
* A_MS/ACM (for G.711).</p>
64
63
* </li>
65
64
* <li>
66
-
* <p>Data retention must be greater than 0.</p>
65
+
* <p>Data retention must be greater than 0.</p>
67
66
* </li>
68
67
* <li>
69
-
* <p>The video track of each fragment must contain codec private data in the
68
+
* <p>The video track of each fragment must contain codec private data in the
70
69
* Advanced Video Coding (AVC) for H.264 format and HEVC for H.265 format. For more
71
70
* information, see <a href="https://www.iso.org/standard/55980.html">MPEG-4
72
71
* specification ISO/IEC 14496-15</a>. For information about adapting
73
72
* stream data to a given format, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-reference-nal.html">NAL Adaptation Flags</a>.</p>
74
73
* </li>
75
74
* <li>
76
-
* <p>The audio track (if present) of each fragment must contain codec private data
75
+
* <p>The audio track (if present) of each fragment must contain codec private data
77
76
* in the AAC format (<a href="https://www.iso.org/standard/43345.html">AAC
78
77
* specification ISO/IEC 13818-7</a>) or the <a href="http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html">MS
79
78
* Wave format</a>.</p>
80
79
* </li>
81
80
* </ul>
82
-
*
83
-
* <p>You can monitor the amount of outgoing data by monitoring the
81
+
* <p>You can monitor the amount of outgoing data by monitoring the
84
82
* <code>GetClip.OutgoingBytes</code> Amazon CloudWatch metric. For information about
85
83
* using CloudWatch to monitor Kinesis Video Streams, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/monitoring.html">Monitoring Kinesis Video Streams</a>. For pricing information, see <a href="https://aws.amazon.com/kinesis/video-streams/pricing/">Amazon Kinesis Video
86
-
* Streams Pricing</a> and <a href="https://aws.amazon.com/pricing/">AWS
87
-
* Pricing</a>. Charges for outgoing AWS data apply.</p>
84
+
* Streams Pricing</a> and <a href="https://aws.amazon.com/pricing/"> Amazon Web Services
85
+
* Pricing</a>. Charges for outgoing Amazon Web Services data apply.</p>
88
86
* @example
89
87
* Use a bare-bones client and the command you need to make an API call.
0 commit comments