Leverage the emerging microservice frameworks(e.g., AWS Lambda) to provide low-latency video processing
Key insight: Video encoding can be divided into fast and slow parts, with the “slow” work(searching for correlations between frames) done in parallel across thousands of tiny threads, and only “fast” work done serially.
Exploits the codec's ability to save and restore its internal state