Prerequisites & Notation
Before You Begin
This chapter applies coded caching to video streaming β the largest single category of internet traffic. Prerequisites: MAN basics, rate-distortion theory, basic video coding.
- Rate-distortion theory and successive refinement(Review ch06)
Self-check: What is a successively refinable source?
- HTTP Adaptive Streaming / DASH
Self-check: What is an MPD manifest?
- Video quality metrics (PSNR, SSIM, VMAF)
Self-check: What does VMAF measure?
Notation for This Chapter
Symbols for video streaming + coded caching.
| Symbol | Meaning | Introduced |
|---|---|---|
| Number of quality layers (base + enhancement) | s01 | |
| Bitrate of layer | s01 | |
| Distortion at layer (rate-distortion curve) | s01 | |
| Quality-of-Experience metric (composite) | s03 | |
| Number of chunks per video | s03 | |
| Quality level selected by user at time | s04 | |
| Per-user cache size (in video units) | s02 |