Skip to content

Continuity Counter errors in CloudWatch

0

My source encoder is running on an ec2 and is generating a SRT DVB-compliant stream. I'm sending this stream into a MediaConnect Flow via SRT within the same VPC. My stream contains the basic elementary streams; PID 256 video, PID 257 audio, along with PID 17 SDT. My question is, do the CloudWatch metrics detect ALL CC errors, regardless of the PID type? For example, if my source encoder had a micro burst of CC errors on PID 17, would CloudWatch detect those packets and report them? Or does it only report CC errors from video and audio PIDs?

1 Answer
0

AWS Elemental MediaConnect reports Continuity Counter (CC) errors to CloudWatch for all PIDs in the transport stream, not just video and audio PIDs. The ContinuityCounter metric tracks instances where packets arrive out of order or are lost entirely, regardless of the PID type.

These CC errors are classified as TR 101 290 Priority 1 metrics, which signify critical stream disruptions. In your case, if your source encoder had a micro burst of CC errors on PID 17 (SDT), CloudWatch would detect and report those errors through the ContinuityCounter or SourceContinuityCounter metrics.

CC errors occur when there's high packet loss that cannot be recovered, or when the transport stream contains errors during encoding or delivery from upstream applications. These errors may manifest as pixelation in decoded video content.

You can monitor these metrics in CloudWatch using various dimensions including Flow ARN, Source ARN, Availability Zone, or across all flows, depending on which metric you're using (ContinuityCounter for flow health or SourceContinuityCounter for source health).
Sources
Troubleshooting SRT and Zixi with AWS Elemental MediaConnect | AWS for M&E Blog
AWS Elemental MediaConnect metrics to monitor flow health - AWS Elemental MediaConnect
AWS Elemental MediaConnect metrics to monitor source health - AWS Elemental MediaConnect
Capturing AWS Elemental MediaConnect events with Amazon CloudWatch logs | AWS for M&E Blog

answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.