Skip to main content

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.

Complete: needs review

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

OSInstall MethodGatewayOrchestrator / AI WorkerNotes
macOS (Intel / Apple)Build from source (Go)✅ Yes❌ NoBest for local dev & routing. Docker often fails on macOS.
Windows (Native)Not supported❌ No❌ NoNo native Windows binaries intended for production.
Windows (WSL2 + Docker)Docker (Linux via WSL2)✅ Yes⚠️ Limited / fragileEffectively 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.

Gateway Set Up Requirements