SYSTEM Cited by 1 source
Netflix Broadcast Operations Center (BOC)¶
The Broadcast Operations Center (BOC) is Netflix's physical command center for receiving live venue feeds and handing them off to Netflix's live streaming pipeline. Per the 2026-04-17 Human Infrastructure post, the BOC is the "critical 'cockpit' for live events" — the hub where everything between stadium-side signal contribution and the encoder pipeline happens:
- Signal ingest from multiple discrete contribution paths
- Signal inspection + conditioning
- Closed-captioning insertion
- Graphics insertion
- Ad management (SCTE marker insertion)
- Seamless failover between hot-standby feeds via SMPTE 2022-7
- Pre-show FACS/FAX testing
- Final handoff to the live streaming pipeline (MediaLive encoder input)
Architecture — hub-and-spoke¶
The BOC implements a hub-and-spoke topology: multiple venues (spokes) send contribution feeds into a central BOC (hub); the BOC handles ingest + conditioning + metadata insertion + redundancy termination; a single validated feed exits to the live pipeline.
Per Netflix: "the BOC replaces direct, vulnerable paths from the venue to the live streaming pipeline, making each live event highly repeatable and far less dependent on the quirks of individual event locations."
Two infrastructure patterns are load-bearing:
- Dual internet circuits on the BOC side.
- SMPTE 2022-7 seamless switching for hot-standby failover between contribution feeds.
Contribution-side requirements (venue end)¶
For any show-critical feed (the primary member-facing stream), the BOC requires three completely discrete transmission paths, with a strict hierarchy:
- Dedicated video fiber (highest priority)
- Single-feed satellite links
- Dedicated enterprise-grade internet + SRT contribution
Each leg must use:
- Separate router line cards
- Discrete transmission hardware (no shared components inside the production truck)
- Two discrete power sources per piece of transmission hardware
- UPS batteries on every leg
- Surge conditioning
Staffing models¶
Netflix has iterated through three staffing topologies for the BOC (see patterns/phased-evolution-all-hands-to-fleet):
- Co-pilot (Phase 3): pairs of 2:1 Broadcast Control Operators (BCOs) per event — first-and-second- captain model. Ideal for 1-2 events/day; did not scale to 10.
- Fleet mode — TOC (Phase 4): the BOC's workflow was reorganised into a Transmission Operations Center layout with 1:5 ratios on transmission roles
- 1:1 on qualitative role. This is the current production model for daily / tournament programming.
- Big Bet (exception): highest-reliability events ("major holiday football games") override fleet mode and dedicate a whole BOC to one event with "advanced instrumentation and dedicated facility engineers" — see patterns/big-bet-dedicated-facility.
Deployment¶
As of 2026-04-17 Netflix runs permanent BOC facilities in:
- Los Gatos (primary)
- Los Angeles (the Transmission Operations Center pictured in the post — geographically distinct from HQ)
- Tokyo (international-coverage extension — World Baseball Classic 2026 was the canonical use case; 47 matches over 2 weeks, 17.9M peak concurrent viewers for a single game)
Downstream¶
After the BOC, the final validated feed is handed to Netflix's live streaming pipeline:
- AWS Elemental MediaLive — live encoder (QVBR rate control since 2026-01-26 per sources/2026-04-02-netflix-smarter-live-streaming-vbr-at-scale)
- systems/netflix-open-connect — fleet delivery
Seen in¶
- 2026-04-17 — sources/2026-04-17-netflix-the-human-infrastructure-live-operations — first wiki description of the BOC. Documents hub-and-spoke shape, triple-redundant contribution, SMPTE 2022-7 switching, FACS/FAX pre-show gate, and the three staffing topologies (co-pilot → fleet / TOC → Big Bet).
Related¶
- systems/netflix-transmission-operations-center
- systems/smpte-2022-7
- systems/srt-protocol
- systems/aws-elemental-medialive
- systems/netflix-open-connect
- concepts/hub-and-spoke-broadcast-architecture
- concepts/triple-redundant-transmission-path
- concepts/seamless-signal-switching
- concepts/broadcast-operator-role-specialization
- patterns/fleet-mode-broadcast-operations
- patterns/big-bet-dedicated-facility
- companies/netflix