01
Architecture• 7 min read
Why a video app should not proxy the video bytes
A clean media architecture keeps control requests in the application and sends the heavy video payload directly from purpose-built delivery systems.
Field notes / Blog
Field notes about video architecture, resilient uploads, player performance, and building a calmer website-video workflow.
A clean media architecture keeps control requests in the application and sends the heavy video payload directly from purpose-built delivery systems.
Large uploads need more than a progress bar: resumable parts, measured concurrency, persisted state, and a finalization path that can recover after a tab closes.
When every embed preloads aggressively, galleries punish the network. A shared scheduler can spend bandwidth where visible viewer intent is strongest.