Guide · Fundamentals

Video, audio and ANC are three streams. That is the whole idea, and the whole problem.

SDI carried everything in one cable, and everything therefore arrived together by construction. ST 2110 separates the essences on purpose — which is what makes it flexible, and what makes lip sync, subtitles and timecode failures possible in ways SDI never allowed.

Sourcecamera / gatewayST 2110-20 videouncompressed, ~3 Gb/s at 1080p59.94ST 2110-30 audioPCM, small packets, own multicast groupST 2110-40 ANCtimecode, captions, AFD — sparseReceiverrealigns by timestampNothing holds them together but a shared clock and matching RTP timestamps.

Why split them at all

Because most of the time you do not want all of it. A multiviewer needs pictures but not every audio channel. An audio mixer needs sixteen channels and no video whatsoever. A subtitle system needs the ANC stream alone, a few kilobits instead of gigabits. Separating essences means each device subscribes only to what it uses, and the network carries each stream once regardless of how many receivers want it.

It also means routing happens per essence. Swapping the audio on a feed without touching the video is a configuration change, not a hardware path — which is exactly the flexibility the suite was designed for.

What holds them together

Only two things: every sender disciplines its clock to the same PTP grandmaster, and every packet carries an RTP timestamp derived from that clock. A receiver collects the essences it subscribed to and aligns them by those timestamps. There is no container, no interleaving, no inherent ordering — the alignment is reconstructed at the far end from timing information alone.

That is why the timing guide matters more than it appears to: in ST 2110, a clock problem is a sync problem, and a sync problem surfaces as a content problem.

The three essences in practice

ST 2110-20 — video

Uncompressed, sent as line fragments with a payload header that places each fragment in the raster. The parameters that matter are resolution, frame rate, sampling and bit depth; these live in the SDP rather than in the packets, so a receiver that was told the wrong thing will decode garbage from a perfectly healthy stream.

ST 2110-30 — audio

PCM audio in small, frequent packets. The packet time is a deliberate trade: shorter packet times reduce latency and increase packet rate, longer ones do the opposite. Sender and receiver must agree on packet time as well as channel count and sample rate. A mismatch here is one of the more common interoperability failures, and it usually presents as no audio rather than as bad audio.

ST 2110-40 — ancillary data

The metadata that used to ride in the SDI blanking: timecode, closed captions and subtitles, AFD and similar. It is sparse and bursty by nature — nothing at all for long stretches, then a packet on a specific line of a specific frame. Sparse traffic is easy to lose without anyone noticing until a caption is late.

Silence is not an error. An ANC stream carrying nothing looks identical, in every network counter, to an ANC stream that is not arriving. Audio at digital silence looks the same as audio whose sender crashed. Counters cannot distinguish these; decoding the essence and looking at it can.

Where it goes wrong

SymptomUsual cause
Lip sync drifts slowly over minutesVideo and audio senders disciplined to different references, or one not locked at all
Audio present, wrong channelsChannel order or channel count mismatch between sender and receiver — the SDP describes it, the packets do not
No audio, video finePacket time mismatch, or the audio group never joined because it is a separate multicast address
Captions land a frame or two lateANC timestamps misaligned with video, often after a timing event nobody noticed
Timecode jumps at a regular intervalThe ANC sender is deriving time from a clock that is stepping rather than slewing

How to verify alignment properly

  1. Confirm all senders follow the same PTP domain and grandmaster before anything else.
  2. Decode each essence rather than trusting counters — silence, freeze and empty ANC are invisible at packet level.
  3. Compare RTP timestamps between the video and audio streams of the same source; a fixed offset is a configuration matter, a growing one is a clock matter.
  4. Check that the receiver actually joined every group it needs, since a missing essence is a missing join far more often than a missing stream.
  5. Read the SDP for each essence and compare it against what the receiver expects — most "no audio" reports end here.

Checking this with the 2110 Toolkit

  • Video, audio and ANC decode side by side: picture, scopes, per-channel levels, and the ANC packets actually present
  • Audio levels, correlation and Lissajous for every embedded channel, so a routing error is visible rather than inferred
  • RTP timestamps per essence compared against PTP, which is how alignment problems are proven rather than guessed
  • Freeze, black and gamut warnings, for the failures that are silent in every counter
About LivePictureAI

The tool is the side effect. This is the product.

We build real-time AI that fixes the picture itself, not just the transport around it. On a sunlit stadium the camera has to choose: expose for the sunlit half of the pitch and the shadowed half goes black, or expose for the shadow and the sunlit grass blows out. LivePictureAI reduces that harsh sunlight and lifts the deep shadows frame by frame, live, before the signal reaches your switcher — no new cameras, no workflow rebuild.

The 2110 Toolkit exists because we needed to see exactly what was on the wire while building that. Same broadcast-engineering rigour, pointed at two different halves of the same chain.

See how LivePictureAI enhances the picture