IEEE 802.1BA Audio Video Bridging / Time-Sensitive Networking
IEEE 802.1BA defines Audio Video Bridging (AVB), a suite of protocols designed to transport time-sensitive streams over standard Ethernet with predictable latency and jitter. AVB is the predecessor to Time-Sensitive Networking (TSN), which generalizes these principles beyond AV for industrial and automotive applications. Core components include IEEE 802.1AS (precision clock synchronization), 802.1Qav (traffic shaping), and 802.1Qat (stream reservation protocol).
The AVnu Alliance certifies AVB implementations, ensuring interoperability between devices from different manufacturers. AVB provides an alternative to proprietary solutions like Dante, though both now converge—Dante added AES67 interoperability mode and can operate over generic AVB infrastructure.
Key Specifications
IEEE 802.1AS (gPTP): Precision time protocol for sub-microsecond clock accuracy across AVB domains. Every switch and endpoint maintains synchronized wall-clock time, enabling receivers to reconstruct audio/video timing from RTP timestamps.
IEEE 802.1Qav (Credit-Based Traffic Shaping): Manages bandwidth reservation and queue discipline. Non-AVB flows (best-effort) coexist with reserved streams; AVB queues have guaranteed latency bounds. Uses credit-based policing to prevent congestion collapse.
IEEE 802.1Qat (Multiple VLAN Registration Protocol): Stream registration and resource reservation. Endpoints propose talker/listener relationships; the network reserves bandwidth and validates paths before audio/video begins.
Redundancy: AVB supports ring and parallel-path topologies with sub-50ms failover, critical for live events and broadcast facilities.
Audio Payload: Typically IEC 61883-6 (IEC 60958 digital audio over IEEE 1394-like frames, adapted for Ethernet). Raw audio samples, multiple channels per stream.
Practical Application for AV
AVB excels in fixed, managed networks—theaters, broadcast centers, concert venues—where topology is known and switches are configured. It eliminates external sync cables; everything derives from gPTP. Dante equipment in AVB mode provides plug-and-play interoperability with certified switches and controllers.
Common use cases:
- Large-scale speaker systems: Reserve capacity for each speaker zone, guarantee sub-5ms latency.
- Broadcast studios: Multiple audio sources synchronized to video frame clock via gPTP.
- Theater control: Sync moving lights, dimmers, and audio cues deterministically.
- Redundant networks: Daisy-chain or ring topologies with automatic failover.
AVB requires network-aware configuration (stream IDs, MAC addresses, VLAN IDs) and certified switches. Consumer-grade switches won't provide reservation guarantees. See vlan-configuration-for-av and qos-for-audio for detailed setup.
Common Pitfalls
- Incomplete gPTP deployment: Grand Master clock missing or unstable; endpoints fail to sync. Verify clock hierarchy and monitor PTP announce/sync frames.
- Oversaturation: Assuming AVB allows unlimited streams. Reservation must leave headroom (typically 75% max utilization); exceeding this causes unpredictable drops and latency.
- Mixing certified and non-certified gear: Uncertified AVB implementations may not honor reservation protocol; test with actual equipment before deployment.
- Failover misconfiguration: Ring redundancy requires careful VLAN and spanning-tree setup; improper config causes loops and packet loss instead of protection.