Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2-archived.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Gateway Modes
You can run a gateway- Off-chain -> dev or local mode
- On-chain -> production mode connected to the blockchain-based Livepeer network.
Gateway Capabilities
You can run a Gateway for:- Video Only -> traditional transcoding services
- AI Only -> AI inference services
- Dual: AI & Video -> both video transcoding and AI inference services
Quick OS Table
| OS | Install Method | Gateway | Orchestrator / AI Worker | Notes |
|---|---|---|---|---|
| macOS (Intel / Apple) | Build from source (Go) | ✅ Yes | ❌ No | Best for local dev & routing. Docker often fails on macOS. |
| Windows (Native) | Not supported | ❌ No | ❌ No | No native Windows binaries intended for production. |
| Windows (WSL2 + Docker) | Docker (Linux via WSL2) | ✅ Yes | ⚠️ Limited / fragile | Effectively Linux-in-WSL. GPU needs NVIDIA + CUDA for WSL. |
| Linux (Ubuntu recommended) | Docker or source build | ✅ Yes | ✅ Yes (NVIDIA GPU) | Only OS suitable for production Orchestrators & AI workers. |