54 | | [[Image()]] |
| 56 | [[Image(Scalable Video Coding.png)]] |
| 57 | |
| 58 | === Network Emulator Test Results === |
| 59 | |
| 60 | * Images Pending * |
| 61 | |
| 62 | === DASH Multi-Bitrate Encoding === |
| 63 | * DASH - Dynamic Adaptive Streaming over HTTP |
| 64 | * Encodes single video into multiple resolutions/bitrates |
| 65 | * Video files are segmented in certain time intervals |
| 66 | * Manifest file describes resolutions and bitrates of separately encoded files |
| 67 | * Client and server monitor network connections and switch video files as necessary |
| 68 | |
| 69 | === DASH Content Generation === |
| 70 | * Minimal existing software support for encoding/playing DASH content |
| 71 | * Encode multiple copies of videos using ffmpeg |
| 72 | * Generate manifest files using MP4Box and manually combine |