Connect Your Gateway
Connect your Livepeer Gateway to Orchestrators and the network for , Pipelines, or service routing. This guide covers:- manual connection via
-orchAddr(pin specific Orchestrators) - automatic discovery via the Livepeer network on Arbitrum
- Verification that Orchestrators are discovered and reachable
- Service publication to make the Gateway accessible to clients
- Selection tuning for price caps, performance scoring, and blocklists
Orchestrator Discovery Overview
Gateways discover Orchestrators through two mechanisms, depending on the operational mode.- Off-chain (manual)
- On-chain (automatic)
Off-chain Gateways use a static list of known Orchestrators passed via
-orchAddr. The Gateway round-robins across this list and does not discover others.This is the recommended approach for:- Production AI workloads where you need control over which Orchestrators handle inference
- Private deployments that do not interact with the public network
- Testing environments with a known Orchestrator
-orchAddr value. For dynamic updates without restarts, use -orchWebhookUrl instead.Related Pages
Orchestrator Selection
Scoring weights, tiering strategies, failover, and blocklists.
Gateway Discoverability
DNS, HTTPS, capability advertising, and on-chain registration.
Marketplace Overview
How Orchestrators publish offerings and Gateways discover them.
Configuration Flags
Full reference for all Gateway configuration flags.