Documentation Index
Fetch the complete documentation index at: https://na-36-handover-docs-v2-into-docs-v2-dev-20260518.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
A local go-livepeer orchestrator provides a real protocol-level test target for BYOC containers, AI pipelines, and payment flows. Running locally means faster iteration, no ETH cost, and full control over the orchestrator’s capability configuration.
Standalone Mode (No Ethereum)
For testing BYOC containers or AI pipelines without any Ethereum setup, start the orchestrator in standalone transcoder mode:-orchAddr 127.0.0.1:8936 routes jobs directly to this orchestrator.
Full Orchestrator Mode
For testing the complete payment flow, run the orchestrator with an Ethereum account:AI-Only Orchestrator
From go-livepeer v0.7.x, a single binary supports both transcoding and AI workloads. The-aiModels flag activates AI capabilities without any additional binary or separate process:
Related Pages
BYOC Overview
BYOC container HTTP contract and aiModels.json registration fields.
PyTrickle Quickstart
Building a BYOC container with PyTrickle to test against a local orchestrator.
Local Gateway
Running a local broadcaster to route jobs to the local orchestrator.
Local Development Overview
Choosing the right local setup for your development scenario.