CONCEPT Cited by 1 source
Device certification program¶
Definition¶
A device certification program is a structured process by which a streaming service validates that a candidate playback device — TV, set-top box, streaming stick, game console, mobile phone — conforms to and performs acceptably against the service's streaming formats, DRM, HDR pipeline, audio pipeline, and network stack. Only devices that pass certification can ship the streaming service's official app and appear in the service's supported-devices list.
On this wiki, the canonical instance is Netflix's device certification program (Source: sources/2025-12-05-netflix-av1-now-powering-30-of-netflix-streaming): a long-running program Netflix uses as both a conformance-validation gate and a codec-rollout lever. "To ensure optimal streaming performance, Netflix has a rigorous certification process to verify proper support for our streaming formats on devices."
Certification as a codec-rollout lever¶
Adding a new format to the certification process is a strong forward pressure on the device ecosystem. Devices that want to ship the Netflix app (or the YouTube app, or any service-owner app on the same model) have to pass the certification, which forces the SoC + device + firmware + app stack to support the new format on new models.
Netflix's AV1 timeline documents the lever explicitly:
- 2019 — Netflix adds AV1 to the device certification process. "AV1 was added to this certification process in 2019."
- 2021–2025 aggregate — 88% of large-screen devices submitted for Netflix certification have supported AV1 (TVs, set-top boxes, streaming sticks), with "the vast majority offering full 4K@60fps capability."
- Since 2023 — "almost all devices we have received for certification are AV1-capable."
Four-year arc: 2019 certification-inclusion announcement → 2021 first significant cert-submission cohorts with AV1 → 2023 near-universal submission AV1 capability → 2025 fleetwide 30% AV1 streaming share.
This is the device-side denominator of codec feature gradual rollout: Netflix can ship AV1 encodes only as fast as the deployed decoder population supports them, and the certification program controls the rate at which new decoder-capable devices enter the population.
What certification tests¶
The post doesn't enumerate the full test matrix, but Netflix's published certification process covers at least:
- Bitstream conformance — decoder produces correct output for a battery of AV1 bitstreams covering main-profile features, edge cases, and spec errata.
- Performance — decoder sustains target frame rates at target resolutions (4K@60fps is a standard large-screen bar).
- HDR + tone-mapping — device correctly applies HDR metadata (static HDR10, dynamic HDR10+, Dolby Vision).
- DRM — device correctly implements Widevine L1 / L3, PlayReady, FairPlay per platform.
- Optional feature support — AV1 Film Grain Synthesis was reserved for a second certification pass: "AV1 was added to this certification process in 2019, and since then, we have seen a steady increase in the number of devices with full AV1 decoding capabilities… When we launched FGS this July, we worked closely with our partners to ensure broad device compatibility."
- Network behaviour — DASH / HLS fetch patterns, ABR behaviour under congestion.
Certification partnerships¶
The post names the partnership dimension explicitly: "Netflix maintains a close working relationship with device manufacturers and SoC vendors, and we have witnessed first-hand their enthusiasm for adopting AV1." Certification is not adversarial gatekeeping; it is a joint engineering activity where Netflix's test suite + reference playbook are shared with SoC vendors during pre-silicon bring-up so devices enter the market already-AV1-conformant.
Generalisation beyond Netflix¶
Every major streaming service runs an equivalent program: YouTube's Google Cast certification, Amazon Prime's Fire TV Engineering validation, Apple's MFi + tvOS compliance, Disney's app-shipping requirements. The specific tests differ but the structural role is identical — validate + regulate the codec / DRM / HDR / audio capabilities of the deployed decoder fleet.
The Netflix 2019 AV1-addition is a canonical data point for how a certification program functions as a fleet-design tool — not just a pass/fail gate but a forward-pressure mechanism shifting what "shipping a TV" requires.
Seen in¶
- sources/2025-12-05-netflix-av1-now-powering-30-of-netflix-streaming — canonical wiki source; AV1 added to certification 2019; 88% 2021–2025 AV1-capable submission rate; "almost all" since 2023.
Related¶
- systems/av1-codec — the format that rode Netflix's certification lever for AV1 adoption
- concepts/film-grain-synthesis — FGS required a second-pass certification effort with device partners
- patterns/codec-feature-gradual-rollout — certification programs are the device-side denominator of gradual rollout
- companies/netflix