Paramount+ details shared Fire TV architecture for Paramount+ and Pluto TV
Paramount+'s VP of Engineering Tom Schultz and Lead Software Engineer Cesar Mascarenhas presented a technical session at Tuesday's Streaming Summit covering the Amazon Fire TV app that serves both Paramount+ and Pluto TV from a single codebase. The session outlined the technical challenges the team encountered, the architectural decisions used to address them, and the case for deliberate refactoring as the platforms grew in concurrent scale.
Serving a premium subscription VOD service and a free ad-supported television platform from shared infrastructure creates specific engineering tensions: differing latency tolerances, distinct ad-serving requirements, separate entitlement systems, and divergent UX performance expectations. The Paramount+ team addressed how they resolved those tensions through architectural consolidation rather than maintaining parallel codebases — a trade-off that reduces maintenance overhead but requires careful interface design between service layers.
The dual-service approach is a consolidation model that other streaming operators managing both an SVOD and a FAST product may follow. As FAST channel proliferation continues and cost pressure on streaming operations grows, running both tiers from a shared application layer on major CTV platforms represents a viable path to reducing engineering overhead without sacrificing product differentiation.