Day 1: Conference Day
A full day production stories from engineers building the future of video.

Title
Title

Title
Title
Opening Remarks
We'll share the session abstract soon.

Title
Title

Title
Title
From Pixels to Decisions: Real-Time Video Intelligence at Broadcast Scale
Audiences are engaging with video across more platforms, formats, and moments than any production team can manually serve — vertical content for social, highlights for engagement, subtitles for accessibility. Until recently, applying AI to live video at broadcast latency was impractical: the computational demands of modern ML models conflicted with the strict real-time constraints of live encoding pipelines. Learn how AWS Elemental has removed that constraint, what becomes possible when content intelligence operates in parallel with live encoding rather than as a post-production step, and how broadcasters are using structured video metadata to drive engagement, unlock new revenue streams, and reach audiences across every screen in real time.

Title
Title

Title
Title
Simulating and Mitigating Token Abuse in High-Volume Video Pools
Validating anti-piracy mechanisms under realistic live conditions is challenging due to the complexity of simulating malicious subscriber pools at scale. Traditional piracy detection relies on evaluating raw CDN logs, introducing data egress costs and delaying mitigation until after the event.
This session demonstrates an edge-native approach to identifying token abuse in real time. We will show how to design a simulation framework to create pools of valid and pirate users. Then, utilizing edge-level token parsing and time-limited window tracking, we will flag bad actors with high confidence. You'll learn how to design the simulation framework and corresponding orchestration layer with real-time alerts, protecting stream monetization and avoiding overloading the operations center.

Title
Title

Title
Title
MOQ Around and Find Out: Leaving Legacy Latency Behind
For years, the streaming industry has been trapped in a toxic relationship with legacy, segment-based protocols. We've twisted HLS and DASH into every low-latency shape imaginable, only to hit the inherent architectural limits. It's time to move on.
Media over QUIC (MOQ) promises to change the game, offering ultra-low latency without sacrificing the scalability of modern CDN architectures. But what happens when you actually stop looking at the IETF drafts and start writing code?
In this talk, we'll dive deep into the reality of building a real-time streaming pipeline using MOQ and MOQtail (our open-source implementation). We'll skip the introductory fluff and get straight into the engineering trenches.

Title
Title

Title
Title
How Netflix Uses Versioned Caching Paradigms to Drive User Experience
Delivering a seamless playback experience requires a caching footprint that serves different workloads and access patterns using the best-matching operational model. While traditional demand-filled caches remain a popular pattern, Netflix increasingly relies on versioned datasets, snapshot-published with periodic refreshes, to power the streaming control plane.
This session breaks down four distinct versioned dataset architectures deployed at scale. We will examine how they vary across dimensions of size, read latency, staleness tolerance, and cost, ranging from small in-memory datasets written in near-real-time to distributed petabyte-scale datasets published from offline jobs. Attendees will learn how matching the right caching architecture to specific media workloads (from asset manifests to user state) sidesteps classic failure modes of demand-filled caches such as stampedes and cold-start misses while meeting strict read-performance KPIs.

Title
Title

Title
Title
Content Steering - a Unified Standard for Multi-CDN Streaming Across HLS and DASH
Multi‑CDN delivery is now essential for large‑scale streaming, yet past solutions were proprietary, format‑specific, and difficult to deploy. HLS/DASH Content Steering introduces a unified, standards‑based approach for interoperable multi‑CDN control. This talk reviews the standard's origins, core mechanisms, and benefits, surveys current client and server support, and highlights ongoing work by HLS-interest, IETF, DASH‑IF, and SVTA groups. It concludes with SVTA study results showing clear QoE gains from content steering.

Title
Title

Title
Title
From Bits to Tokens: Applying Video Compression Intelligence to Video AI Token Efficiency
Video is token-hungry by nature, directly driving inference cost across compute, memory, and latency at scale. One minute of video at 30fps could represent 1.8 million words, yet the vast majority is spatially, temporally, or perceptually redundant. We argue that AI video token compression shares a profound connection with conventional video compression engineering. RD optimization, motion-compensated prediction, perceptual salience modeling, and ROI encoding all have direct analogs in efficient video tokenization. Further combined with lightweight domain-specialized pre-analyzers and vertical-specific priors, compression-domain thinking offers a practical path to making large-scale multimodal video inference computationally tractable.

Title
Title

Title
Title
Architecting Media Infrastructure for MCP and Agentic AI
Model Context Protocol (MCP) is moving agentic AI in media from demo to production, shifting us from fixed, hard-coded API endpoints to context-aware orchestration. This session covers the technical realities of building MCP servers for media infrastructure and using them as a single agentic interface across the full video lifecycle - encoding, playback, automated QA and device testing, and observability - so an agent can drive the whole stack in natural language.
We break down real examples, from configuring encodes and players to provisioning cross-device test beds and interpreting playback telemetry, and why none of it works without an observability foundation underneath. We close on the prerequisites a media company needs before agents can act: structured stream data, first-party session telemetry, and quality signaling that connects frontend playback to backend systems, so LLMs can interface with production data safely and effectively.

Title
Title

Title
Title
The Pixel Economy: Building generative models for taste, speed, and scale
Building AI features for creators means chasing a moving target where quality and compute are in constant contention.
Training and deploying models is expensive and higher quality usually means bigger models; so how do you iterate quickly and build highly aesthetic, low compute models?
Taking it a step further, how do you build creation features that are aligned with what creators want to make and also what users want to see, and do so on demand? In this talk, we'll peek into how Meta is thinking about this, how we navigate these tradeoffs, how we train aesthetic models and adapt to virality, and where we're going as AI demand grows.

Title
Title

Title
Title
Square Pegs and Round Holes: WebRTC at Broadcast Scale
It is a common misconception that WebRTC cannot scale beyond a few hundred (or thousand) concurrent viewers. What is inarguably true is that thanks to its peer-to-peer roots, scaling WebRTC takes special care and effort: because it was never designed with CDN delivery in mind, each WebRTC distribution system is ultimately a customized implementation with its own quirks and tradeoffs.
Learn how Amazon IVS built a WebRTC CDN capable of serving 1MM+ concurrent viewers on a single broadcast with unit economics similar to HLS/DASH. We’ll talk about lessons we learned along the way and core investments we’ve made in improving time-to-video (TTV), quality of service (QoS), and cost. Lastly, we’ll talk about the future, including intentional divergence from the WebRTC standard, first class multicodec and transcoding support, and forays into MoQ (Media over QUIC).

Title
Title

Title
Title
Driving the AI Video Enhancement Flywheel
Real-time quality enhancement and metadata parsing do not happen in isolation. This session explores how to scale video quality metrics, enhancements, and metadata processing simultaneously. We will break down how we build a unified data flywheel and use that loop to continuously measure and improve operational performance at scale.

Title
Title

Title
Title
From Zero to Everywhere: Engineering a FAST Linear Streaming Platform at Scale
Building a Free Ad-Supported Streaming TV platform is deceptively simple at the start — spin up some channels, stitch together a playlist, serve a stream. The hard problems emerge when you're operating thousands of channels, a library of millions of VOD assets, live events that can't fail, and a platform deployed across multiple geographic regions. This talk traces the full arc of that journey: the early architectural decisions that either buy you flexibility or create ceilings you'll hit painfully later, the inflection points where systems that worked at hundreds of channels collapse at thousands, and the operational realities of keeping linear streams reliable at a scale most engineers never encounter.
We'll cover the core engineering challenges — playlist assembly and scheduling at scale, ad insertion complexity, content ingestion pipelines that have to absorb millions of assets without falling over, live event integration into a fundamentally pre-recorded medium, and the regional distribution architecture that makes global delivery economically viable. The talk is grounded in real production experience and designed for engineers and architects who are either building a FAST platform or scaling one that's already outgrown its original design.

Title
Title

Title
Title
Before AI Can Help, You Have to See Everything: Building the Observability Foundation for Intelligent Streaming Operations
Large-scale video streaming platforms are notoriously difficult to operate — fragmented telemetry, siloed systems, and incident investigations that demand engineers manually correlate data across dozens of services before they can even begin to diagnose a problem.
This talk makes the case that observability isn't just an operational nicety; it's the prerequisite for applying AI to streaming infrastructure. Drawing on a real-world audit of a major streaming platform's video pipeline, we'll walk through how implementing clean, standardized telemetry with OpenTelemetry creates a unified data foundation that unlocks the next generation of intelligent operations — AI-driven root cause analysis, autonomous remediation of common failures, and continuous optimization of pipeline performance, reliability, and cost. We'll cover the engineering trade-offs of instrumenting at scale, what "good" telemetry actually looks like in practice, and why telemetry quality is the critical gating factor that determines whether AI delivers meaningful operational value or just expensive noise.
Day 2: Hands-On Learning
Interactive workshops focused on real tools and technologies.

Title
AI Code Boot Camp for Media Leaders
Engineering lifecycles for media applications, spanning streaming infrastructure, back-office operations, and real-time personalization, are accelerating at an unprecedented pace. For leadership, understanding the technology driving this velocity is no longer optional; seeing exactly how these tools anchor into traditional M&E workloads is key to unlocking team insight and protecting operational efficiency.
Designed specifically for media technology executives, CTOs, and product leaders, this intensive 2-hour workshop invites you to step out of the meeting room and into an active, AI-native development environment.
This boot camp completely demystifies the mechanics of agentic AI coding. Rather than reviewing conceptual slides, you will spend high-quality, hands-on time executing actual orchestration and development tasks alongside experts focused entirely on workflows relevant to your media business. Executives will walk away with a practical framework to effectively direct, audit, and maximize the ROI of AI-driven engineering teams, providing the blueprint needed to quickly evaluate new ideas and compress product roadmaps from quarters to weeks.

Title
The Modern Data Platform Product Manager: Thriving in the Age of AI
The role of the Data Platform Product Manager is evolving rapidly as Artificial Intelligence transforms how organizations build, operate, and consume data platforms. Traditionally focused on platform adoption, governance, and stakeholder alignment, Product Managers are now expected to leverage AI-driven insights to make faster, smarter decisions.
This session explores how AI is reshaping product strategy, roadmap prioritization, customer engagement, and platform operations. Attendees will learn how the modern Data Platform Product Manager is transitioning from managing data infrastructure to enabling intelligent decision-making, driving innovation, and delivering greater business value in an increasingly AI-powered world.