Files
modules/media-streaming/hyper-p2p-media-chunker/README.md
T
Raven ScottandCursor a1f56dc27b Add media-streaming category with 20 P2P streaming modules.
Introduces peer-assisted live/VOD primitives (chunking, manifests, crazy trees, bandwidth aggregation, FEC, enterprise controls) with shared media-streaming-base, registry entries, and brittle tests. Four core modules ship as production tier; sixteen as scaffold for deepen passes.

Co-authored-by: Cursor <[email protected]>
2026-05-21 01:16:44 -04:00

18 lines
223 B
Markdown

# hyper-p2p-media-chunker
**Protocol:** `media-chunker/v1`
Media-streaming module for peer-assisted live/VOD delivery. See [`docs/api.md`](docs/api.md).
## Install
```bash
npm install
```
## Test
```bash
npm test
```