Thank you for Subscribing to Telecom Business Review Weekly Brief

Building Broadcast Reliability Through Engineering-Led Quality


My QA background goes back to console testing at Sony PlayStation and it shaped a conviction I still carry: quality is an engineering discipline, not a gate. On the Video Performance team at Fox, that discipline translates into building instrumentation so we see problems before viewers do.
Quality of Experience metrics — Stream Playback Initiation, Video Start Failure, Connection-Induced Rebuffer Ratio and abandonment — all surface in a shared Grafana dashboard, identical across our Apple TV, Roku and Fire TV apps. When the whole team reads the same dial, the conversation shifts from “is there a bug” to “where is the regression and which lever do we pull.” Observability first, opinions second. You keep streaming reliable at scale by giving the team visibility before the incident, not during it. Solving the Hidden Challenges of Video Quality at Scale Modern streaming runs across a stack where any layer can quietly degrade the experience: encoder, packager, CDN, ABR algorithm, DRM, player SDK or device firmware. The hard part is telling them apart. A recent example involved Video Playback Failure spikes of 8 to 12 percent during UHD live events. The reflex is often to suspect a player regression. The data told a different story. The failures correlated with malformed fMP4 segments served from a specific CDN path, not anything the client app had shipped. We isolated the cause because sessionlevel telemetry through Conviva, combined with controlled probes, pointed us at the bytes on the wire rather than the code in the app. Most “video quality” problems are observability problems first. You address them by investing in telemetry long before you need to debug an incident. Balancing Innovation with Performance and Quality Standards I lean on eval-driven development. Anything we ship touching a non-deterministic component — and AI tooling falls squarely there — gets a Promptfoo evaluation suite with measurable pass criteria before it merges. One recent integration went out with 88 assertions and a 100 percent pass rate as the gating bar. The same philosophy applies to the test automation itself. A three-tier resolution pipeline in our internal AI helper library is designed so an AI-based fallback only fires when deterministic selectors fail and every fallback is logged for audit.Most‘ video quality ’problems are observability problems first. You address them by investing in telemetry long before you need to debug an incident.