AWS mediaconnect documentation change
Summary
Restructured content quality analysis documentation by removing detailed console/CLI procedures and adding topic links for flows and router inputs
Security assessment
Change reorganizes documentation structure without introducing security content. Focuses on navigation improvements for quality monitoring features, not security vulnerabilities or protections.
Diff
diff --git a/mediaconnect/latest/ug/content-quality-analysis-viewing.md b/mediaconnect/latest/ug/content-quality-analysis-viewing.md index 367720a9c..9e902356b 100644 --- a//mediaconnect/latest/ug/content-quality-analysis-viewing.md +++ b//mediaconnect/latest/ug/content-quality-analysis-viewing.md @@ -7,2 +6,0 @@ -PrerequisitesProcedureNext steps - @@ -11,99 +9 @@ PrerequisitesProcedureNext steps -When you enable content quality analysis, MediaConnect starts posting warnings and alerts for the enabled metrics in your AWS account. - -This page guides you through the process of confirming your content quality analysis settings, and viewing any warnings and alerts for the flows in your account. - -## Prerequisites - -The following procedure assumes that you have already enabled content quality analysis for a flow. - -## Procedure - -You can view content quality warnings and alerts through the AWS Management Console, the AWS CLI, and the MediaConnect API. - -Console - - -###### To check if content quality analysis is enabled - - 1. Open the MediaConnect console at [https://console.aws.amazon.com/mediaconnect/](https://console.aws.amazon.com/mediaconnect/). - - 2. From the **Flows** screen, select the flow you want to inspect. - - 3. On the flow details page, choose the **Configuration** tab. - - 4. Under **Source monitoring configuration** , you can find the content quality analysis state. - - - - - - -###### To check if quality alerts are present - - 1. Open the MediaConnect console at [https://console.aws.amazon.com/mediaconnect/](https://console.aws.amazon.com/mediaconnect/). - - 2. From the **Flows** screen, select the flow you want to inspect. - - 3. On the **Alerts** tab, alerts appear when content quality problems are detected in the flow source. - - - - - - -AWS CLI - - -To confirm if quality analysis metrics are enabled for a given flow, run the [describe-flow](https://docs.aws.amazon.com/cli/latest/reference/mediaconnect/describe-flow.html) command: - - - aws mediaconnect describe-flow --flow-arn flowARN - -The response shows which content quality analysis metrics are enabled: - - - { - "Flow": { - "FlowArn": "flowARN", - ... - "SourceMonitoringConfig": { - "ContentQualityAnalysisState": "ENABLED", - "AudioMonitoringSettings": [ - { - "SilentAudio": { - "State": "DISABLED", - "ThresholdSeconds": 15 - } - } - ], - "VideoMonitoringSettings": [ - { - "BlackFrames": { - "State": "DISABLED", - "ThresholdSeconds": 10 - }, - "FrozenFrames": { - "State": "ENABLED", - "ThresholdSeconds": 5 - } - } - ] - }, - ... - } - } - -The response also shows messages about any warnings or alerts that need your attention: - - - { - ... - "Messages": { - "Errors": [ - "Monitoring Stream Alert: Audio Stream Missing. Please investigate the flow source.", - "Monitoring Stream Alert: Video Stream Missing. Please investigate the flow source." - ] - } - } - -Alternatively, if both audio and video streams are present but experiencing issues, you might see something like this: +When you enable content quality analysis, MediaConnect starts posting warnings and alerts for the enabled metrics in your AWS account. You can confirm your content quality analysis settings, and view any warnings and alerts for the flows and router inputs in your account. @@ -110,0 +11 @@ Alternatively, if both audio and video streams are present but experiencing issu +###### Topics @@ -112,9 +13 @@ Alternatively, if both audio and video streams are present but experiencing issu - { - ... - "Messages": { - "Errors": [ - "Monitoring Stream Alert: Black frames detected for more than 30 seconds. Please investigate the flow source.", - "Monitoring Stream Alert: Frozen frames detected for more than 30 seconds. Please investigate the flow source.", - "Monitoring Stream Alert: Silent audio detected for more than 30 seconds. Please investigate the flow source." - ] - } + * [Viewing for flows](./content-quality-analysis-viewing-flows.html) @@ -122 +15 @@ Alternatively, if both audio and video streams are present but experiencing issu -###### Note + * [Viewing for router inputs](./content-quality-analysis-viewing-router-inputs.html) @@ -124 +16,0 @@ Alternatively, if both audio and video streams are present but experiencing issu -These error messages are context-dependent. If an audio or video stream is missing, related quality alerts for that stream (such as silent audio or black/frozen frames) won't be triggered. @@ -126 +17,0 @@ These error messages are context-dependent. If an audio or video stream is missi -## Next steps @@ -128 +18,0 @@ These error messages are context-dependent. If an audio or video stream is missi -If you no longer want to analyze content quality for your flow, you can disable the feature. For instructions, see [Disabling content quality analysis](./disable-content-quality-analysis.html). @@ -136 +26 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Enabling content quality analysis +Enabling for router inputs @@ -138 +28 @@ Enabling content quality analysis -Disabling content quality analysis +Viewing for flows