Skip to main content
. Not present in production builds. Safe no-op in prod. */ body { padding: 0 !important; } /* Colors Used #3CB540 - Jade Green #2b9a66 - Light Green #18794E - Dark Green Complementary Greens See https://coolors.co/004225-1a794e-08a045-3cb540-62ba4f #004225 - Deep Forrest #1A794E - Turf Green #08A045 - Medium Jungle #3CB540 - Jade Green #6BBF59 - Moss Green See https://coolors.co/0c0c0c-073b3a-1a794e-08a045-6bbf59 #0C0C0C - Onyx Black #073B3A - Dark Teal #1A794E - Turf Green #08A045 - Medium Jungle #6BBF59 - Moss Green See https://coolors.co/fffffa-073b3a-1a794e-08a045-6bbf59 #FFFFFA - Porcelain #073B3A - Dark Teal #1A794E - Turf Green #08A045 - Medium Jungle #6BBF59 - Moss Green Pink Offset Colour See https://coolors.co/073b3a-1a794e-f61067-08a045-6bbf59 #F61067 - Razzmatazz Pink #073B3A - Dark Teal #1A794E - Turf Green #08A045 - Medium Jungle #6BBF59 - Moss Green */ /* ============================================ GLOBAL THEME VARIABLES Component governance source of truth ============================================ */ :root { --lp-color-accent: #3cb540; --lp-color-accent-strong: #18794e; --lp-color-accent-soft: #6bbf59; --lp-color-accent-bright: #5dd662; --lp-color-accent-brightest: #a0f0a5; --lp-color-arbitrum: #3ea6f8; --lp-color-text-primary: #181c18; --lp-color-text-secondary: #717571; --lp-color-text-muted: #9ca3af; --lp-color-bg-page: #ffffff; --lp-color-bg-card: #f9fafb; --lp-color-bg-elevated: #f3f6f4; --lp-color-bg-subtle: rgba(24, 28, 24, 0.04); --lp-color-bg-overlay: rgba(12, 12, 12, 0.5); --lp-color-border-default: #e5e7eb; --lp-color-border-strong: rgba(24, 28, 24, 0.18); --lp-color-border-inverse: rgba(255, 255, 255, 0.5); --lp-color-on-accent: #ffffff; --lp-color-link: #18794e; --lp-color-link-hover: #004225; --lp-color-brand-discord: #5865f2; --lp-color-brand-forum: #00aeef; --lp-color-brand-github: #181c18; --lp-color-brand-x: #181c18; --lp-color-brand-globe: #00c0ff; --lp-color-brand-twitch: #9048ff; --lp-color-brand-youtube: #ff0034; --lp-color-brand-instagram: #dc2275; --lp-color-brand-linkedin: #0189df; --lp-color-brand-preview: #b636dd; --lp-color-brand-coming-soon: #ef1a73; --lp-color-brand-linux: #ff9a0e; --lp-color-brand-windows: #14bbf7; --lp-color-brand-macos: #60ba47; --lp-color-status-good: #22c55e; --lp-color-status-warn: #fbbf24; --lp-color-status-bad: #ef4444; --lp-spacing-1: 0.25rem; --lp-spacing-2: 0.5rem; --lp-spacing-3: 0.75rem; --lp-spacing-4: 1rem; --lp-spacing-6: 1.5rem; --lp-spacing-8: 2rem; --lp-spacing-px-3: 3px; --lp-spacing-px-4: 4px; --lp-spacing-px-6: 6px; --lp-spacing-px-8: 8px; --lp-spacing-px-12: 12px; --lp-font-sans: 'Inter', 'Segoe UI', sans-serif; --lp-font-mono: 'SFMono-Regular', 'SF Mono', 'Menlo', monospace; --lp-radius-sm: 0.25rem; --lp-radius-md: 0.5rem; --lp-radius-lg: 0.75rem; --lp-shadow-card: 0 8px 24px rgba(24, 28, 24, 0.08); --lp-z-base: 1; --lp-z-overlay: 10; --lp-z-modal: 50; /* Legacy aliases maintained during migration */ --accent: var(--lp-color-accent); --accent-dark: var(--lp-color-accent-strong); --hero-text: var(--lp-color-text-primary); --text: var(--lp-color-text-secondary); --text-secondary: var(--lp-color-text-secondary); --muted-text: var(--lp-color-text-muted); --background: var(--lp-color-bg-page); --card-background: var(--lp-color-bg-card); --background-highlight: var(--lp-color-bg-subtle); --border: var(--lp-color-border-default); --button-text: var(--lp-color-on-accent); --page-header-description-color: var(--lp-color-text-secondary); --arbitrum: var(--lp-color-arbitrum); } .dark { --lp-color-accent: #2b9a66; --lp-color-accent-strong: #18794e; --lp-color-accent-soft: #3cb540; --lp-color-accent-bright: #5dd662; --lp-color-accent-brightest: #7fe584; --lp-color-text-primary: #e0e4e0; --lp-color-text-secondary: #a0a4a0; --lp-color-text-muted: #6b7280; --lp-color-bg-page: #0d0d0d; --lp-color-bg-card: #1a1a1a; --lp-color-bg-elevated: #141a16; --lp-color-bg-subtle: rgba(255, 255, 255, 0.1); --lp-color-bg-overlay: rgba(0, 0, 0, 0.5); --lp-color-border-default: #333333; --lp-color-border-strong: rgba(255, 255, 255, 0.3); --lp-color-border-inverse: rgba(255, 255, 255, 0.5); --lp-color-on-accent: #ffffff; --lp-color-link: #5dd662; --lp-color-link-hover: #a0f0a5; --lp-color-brand-github: #f0f0f0; /* Legacy aliases maintained during migration */ --accent: var(--lp-color-accent); --accent-dark: var(--lp-color-accent-strong); --hero-text: var(--lp-color-text-primary); --text: var(--lp-color-text-secondary); --text-secondary: var(--lp-color-text-secondary); --muted-text: var(--lp-color-text-muted); --background: var(--lp-color-bg-page); --card-background: var(--lp-color-bg-card); --background-highlight: var(--lp-color-bg-subtle); --border: var(--lp-color-border-default); --button-text: var(--lp-color-on-accent); --page-header-description-color: var(--lp-color-text-secondary); --arbitrum: var(--lp-color-arbitrum); } /* ============================================ */ /* Code block themes hiki codeblock themes: Popular Dark Themes: github-dark (what you have now) github-dark-dimmed github-dark-high-contrast dracula dracula-soft monokai nord one-dark-pro poimandres rose-pine everforest-dark vitesse-dark Popular Light Themes: github-light (what you have now) github-light-high-contrast solarized-light rose-pine-dawn everforest-light vitesse-light */ /* img[alt="dark logo"], img[alt="light logo"] { max-width: 180px; } */ /* V2 TEST */ /* a.nav-tabs-item[href="/pages/resources/resources_hub.mdx"], a.nav-tabs-item[href="/pages/08_help/README"] { color: rgba(255, 90, 90, 0.342) !important; } */ /* Make the nav-tabs container full width */ .nav-tabs { width: 100%; justify-content: flex-start; } /* Fix Mintlify content width and centering. Regular pages: balance padding + widen inner cap. Portal/frame pages: balance padding (smaller) + widen inner cap for full-width hero. */ @media (min-width: 1024px) { /* Regular pages */ #content-container:not(:has(.frame-mode-hero-full)):not( :has(.frame-mode-container) ) { padding-left: 3rem !important; padding-right: 3rem !important; } #content-container:not(:has(.frame-mode-hero-full)):not( :has(.frame-mode-container) ) > .max-w-5xl { max-width: 72rem !important; } /* Portal/frame pages — tighter balanced padding, wider inner cap */ #content-container:has(.frame-mode-hero-full), #content-container:has(.frame-mode-container) { padding-left: 2rem !important; padding-right: 2rem !important; } #content-container:has(.frame-mode-hero-full) > .max-w-5xl, #content-container:has(.frame-mode-container) > .max-w-5xl { max-width: 80rem !important; } } #navbar > div.z-10.mx-auto.relative > div.hidden.lg\:flex.px-12.h-12 > div { column-gap: 2rem !important; } a.nav-tabs-item[href*='/internal/'] { margin-left: 1rem; margin-right: -1rem; padding-right: 0; border-bottom-color: transparent !important; } /* .gap-x-6 { column-gap: 2rem !important; } */ /* .nav-tabs h-full flex text-sm gap-x-6 { column-gap: 2rem !important; } */ /* Push Resource HUB to the right and style as outlined button */ a.nav-tabs-item[href$='/resources/redirect'], a.nav-tabs-item[href$='/resources/portal'], a.nav-tabs-item[href$='/07_resources/redirect'], a.nav-tabs-item[href$='/07_resources/portal'] { margin-left: auto; background-color: transparent; border: 1px solid var(--accent) !important; padding: 4px 8px; border-radius: 4px; font-size: 0.7rem; height: auto !important; align-self: center; margin-right: -2rem; } /* Color the text */ /* a.nav-tabs-item[href="/v2/resources/resources_hub"] { color: #2b9a66 !important; } */ /* Shrink & color the icon */ a.nav-tabs-item[href$='/resources/redirect'] svg, a.nav-tabs-item[href$='/resources/portal'] svg, a.nav-tabs-item[href$='/07_resources/redirect'] svg, a.nav-tabs-item[href$='/07_resources/portal'] svg, a.nav-tabs-item[href$='/07_resources/resources_hub'] svg { height: 0.75rem; width: 0.75rem; /* background-color: #2b9a66 !important; */ } /* Hide the underline on the button */ a.nav-tabs-item[href$='/resources/redirect'] > div:last-child, a.nav-tabs-item[href$='/resources/portal'] > div:last-child, a.nav-tabs-item[href$='/07_resources/redirect'] > div:last-child, a.nav-tabs-item[href$='/07_resources/portal'] > div:last-child, a.nav-tabs-item[href$='/07_resources/resources_hub'] > div:last-child { display: none; } /* Stack footer links vertically */ #footer .flex-col .flex.gap-4 { flex-direction: column !important; gap: 0rem !important; } /* Reduce footer padding */ #footer > div { padding-top: 2rem !important; padding-bottom: 1rem !important; } /* Accessibility: prevent hidden assistant sheet from receiving focus */ #chat-assistant-sheet[aria-hidden='true'] { display: none !important; } /* Accessibility: ensure CTA buttons meet minimum target size */ button.text-left.text-gray-600.text-sm.font-medium { min-height: 24px; padding-top: 4px; padding-bottom: 4px; } /* #footer > div > div:first-child { display: flex; flex-direction: row !important; color: red !important; } #footer > div > div:first-child > div { display: flex; flex-direction: row !important; color: green !important; } */ /* Fix bad styling of cards with arrows */ [data-component-part='card-content-container'] { padding-right: 2.5rem; /* Creates space for the arrow */ } /* Reposition View component dropdown */ /* To find the correct selector: 1. Open your page with View components in the browser 2. Right-click on the dropdown in the top-right corner 3. Select "Inspect Element" 4. Find the class name or data attribute 5. Replace the selector below with the actual one */ /* Common possible selectors - uncomment and adjust the one that works */ /* Option 1: If it has a data attribute */ /* [data-view-dropdown] { position: relative !important; top: 60px !important; right: 20px !important; } */ /* Option 2: If it's in a fixed container */ /* .fixed [class*="view"] { position: relative !important; top: 60px !important; } */ /* Option 3: Target by position (fixed elements in top-right) */ /* .fixed.top-0.right-0 [class*="select"], .fixed.top-0.right-0 [class*="dropdown"] { position: relative !important; top: 60px !important; margin-right: 20px !important; } */ /* Option 4: Move it inline with content instead of fixed position */ /* Replace 'ACTUAL_SELECTOR' with the real class name from browser inspection */ /* ACTUAL_SELECTOR { position: static !important; display: inline-block !important; margin-bottom: 20px !important; } */ .code-block > div > div > svg { background-color: #18794e !important; } /* Error 404 Styling */ #error-description > span > div > div { border: 1px solid #18794e !important; } body > div.relative.antialiased.text-gray-500.dark\:text-gray-400 > div.peer-\[\.is-not-custom\]\:lg\:flex.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:sm\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:md\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:lg\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:xl\:\!hidden > div.flex.flex-col.items-center.justify-center.w-full.max-w-lg.overflow-x-hidden.mx-auto.py-48.px-5.text-center.\*\:text-center.gap-y-8.not-found-container > div { margin-top: -5rem; } #error-description > span > div > div > div.relative.rounded-xl.overflow-hidden.flex.justify-center > img { width: 500px; aspect-ratio: 4 / 3; object-fit: cover; /* border: 1px solid #fff; */ } /* Step List Color Icons Styling */ /* #content > div.steps > div > div.absolute.ml-\[-13px\].py-2 > div { background-color: #18794e !important; } */ /* Step List Color Titles */ #content > div.steps.ml-3\.5.mt-10.mb-6 > div > div.w-full.overflow-hidden.pl-8.pr-px > p { color: #2b9a66 !important; } /* View Dropdown */ /* #radix-_R_5slubt9fen9fdb_ */ /* Turn off bg-white in dark mode for multi-view dropdown (PALM THEME BUG) */ .dark .bg-white\/\[0\.95\].multi-view-dropdown-trigger { background-color: transparent !important; background: none !important; } /* Sidebar collapse button - bigger and easier to click */ /* #sidebar button.absolute { min-width: 2.5rem !important; min-height: 2.5rem !important; padding: 0.75rem !important; z-index: 100 !important; } */ /* Override US flag with UK flag in language selector */ /* Hide the original img and use background-image instead */ /* #localization-select-trigger img[alt="US"], #localization-select-item-en img[alt="US"], img[alt="US"][src*="flags/US.svg"] { opacity: 0 !important; position: relative !important; } #localization-select-trigger img[alt="US"]::before, #localization-select-item-en img[alt="US"]::before, img[alt="US"][src*="flags/US.svg"]::before { content: "" !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background-image: url("/snippets/assets/media/images/site/united-kingdom-flag-icon.svg") !important; background-size: cover !important; background-position: center !important; border-radius: 50% !important; opacity: 1 !important; } */ /* Hide the panel on frame mode pages (MINTLIFY SUCKS) */ /* Hide empty table of contents layout only when it's empty */ #table-of-contents-layout:empty, #content-side-layout:has(#table-of-contents-layout:empty) { display: none; } /* DynamicTable: force fixed layout so columnWidths prop values take effect. Mintlify's Tailwind prose resets table-layout to auto — !important required. */ [data-docs-dynamic-table] { table-layout: fixed !important; } /* StyledTable should sit flush inside its own border shell. Mint wraps rendered tables in a scroll container with vertical padding, which creates a false gap above/below the header row. */ [data-docs-styled-table-shell] > div { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; } /* BorderedBox should own its internal spacing. Trim default block margins on the first/last rendered child so headings and paragraphs do not add a false gap inside the padded shell. */ [data-docs-bordered-box] > :first-child { margin-top: 0 !important; } [data-docs-bordered-box] > :last-child { margin-bottom: 0 !important; } [data-docs-bordered-box][data-accent-bar]::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background-color: var(--accent-bar-color); border-radius: inherit; border-top-right-radius: 0; border-bottom-right-radius: 0; } /* Frame mode container - 80% of #content-container width, centered */ /* Breaks out of #content padding to center in full #content-container */ .frame-mode-container { width: calc(100% + 96px + 20px); /* 976px */ margin-left: -96px; margin-right: -20px; margin-bottom: 2rem; padding-left: 15%; /* Adjust this for desired content width */ padding-right: 15%; /* Adjust this for desired content width */ box-sizing: border-box; } /* Frame mode container inside hero - already broken out, so reset */ .frame-mode-hero-full .frame-mode-container { width: 100%; margin-left: 0; margin-right: 0; padding-left: 0%; padding-right: 0%; } /* Pagination on frame mode pages ONLY - match container padding */ [data-page-mode='frame'] #pagination { width: calc(100% + 96px + 20px); margin-left: -96px; margin-right: -20px; padding-left: calc((100% + 96px + 20px) * 0.1 + 96px); padding-right: calc((100% + 96px + 20px) * 0.1 + 20px); box-sizing: border-box; } /* Hero full width - breaks out of #content padding to fill #content-container */ .frame-mode-hero-full { width: calc(100% + 96px + 20px); margin-left: -96px; margin-right: -20px; position: relative; } @media (max-width: 1023px) { .frame-mode-container { width: 100%; margin-left: 0; margin-right: 0; padding-left: 1rem; padding-right: 1rem; } [data-page-mode='frame'] #pagination { width: 100%; margin-left: 0; margin-right: 0; padding-left: 1rem; padding-right: 1rem; } .frame-mode-hero-full { width: 100%; margin-left: 0; margin-right: 0; } } #starfield { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; } /* Target the card content container */ .frame-mode-hero-full [data-component-part='card-content-container'] { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 2.5rem; /* Space for arrow icon (0.75rem right + icon width ~1rem + margin) */ } /* Target the arrow icon */ .frame-mode-hero-full #card-link-arrow-icon { top: 0.75rem; right: 0.75rem; } /* #content > div.frame-mode-hero-full > div.frame-mode-container > div > div:nth-child(2) > div > div > div:nth-child(4) > a > div { padding-top: 0.5rem; padding-bottom: 0.5rem; } #content > div.frame-mode-hero-full > div.frame-mode-container > div > div:nth-child(2) > div > div > div:nth-child(4) > a > div > #card-link-arrow-icon { top: 0.75rem; right: 0.75rem; } */ /* ============================================ ACCESSIBILITY — Focus indicators ============================================ */ input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent) !important; outline-offset: 2px; } /* ============================================ ACCESSIBILITY — Responsive breakpoints ============================================ */ @media (max-width: 767px) { .frame-mode-hero-full { width: 100%; max-width: 100%; overflow-x: hidden; } } @media (max-width: 480px) { #content { padding-left: 1rem; padding-right: 1rem; } } /* ============================================ UTILITY CLASSES — inline element styling Used where components can't replace inline spans (e.g., inside Mintlify , components) ============================================ */ .lp-inline-flex { display: flex; align-items: center; } .lp-text-muted { color: var(--lp-color-text-secondary); } .lp-text-italic-muted { font-style: italic; color: var(--lp-color-text-secondary); } .lp-inline-flex-gap { display: flex; align-items: center; gap: 0.2rem; } .lp-link-underline { border-bottom: 1.5px solid var(--lp-color-text-primary); color: var(--lp-color-text-primary); padding-bottom: 0.25rem; }
Finding terms quickly
  • Cmd+K (Mac) / Ctrl+K (Windows) - search all Livepeer docs
  • Cmd+F (Mac) / Ctrl+F (Windows) - search within this page
  • Use the category filter below to narrow by topic
Machine-readable term index: glossary-data.json
Terms used across gateway deployment, payment configuration, orchestrator routing, and node operation on the Livepeer network.

Livepeer Protocol Terms

Definition: Bring-Your-Own-Container - a deployment pattern enabling teams to supply custom Docker containers running Python AI workloads for Livepeer streaming.Also known as: BYOCContext: On Livepeer, BYOC lets gateway and orchestrator operators deploy containerized custom AI models as pipelines without waiting for official pipeline support.Status: currentPages: gateways/compute, gateways/pipelines
Definition: Legacy term for the gateway node - the node publishing streams and submitting video for transcoding; now replaced by “Gateway” in all current documentation.Also known as: Gateway (current term); the -broadcaster=true CLI flag has been replaced by -gatewayContext: Older community guides and go-livepeer releases prior to 2023 used “Broadcaster.” The terms are functionally equivalent; the rename reflects the expanded role beyond video broadcasting.Status: deprecated - replaced by “Gateway”Pages: gateways/architecture, gateways/protocol
Definition: An internal go-livepeer component that manages active transcoding sessions between a gateway and its selected orchestrators.Context: The BroadcastSessionsManager tracks session state, handles failover logic, and maintains per-orchestrator session pools within a running gateway node.Status: currentPages: gateways/code, gateways/architecture
Definition: An AI service or job type (pipeline/model pair) that an orchestrator can perform, advertised to the network so gateways can route matching requests.Context: Gateways use capability advertisements to discover which orchestrators support a given AI pipeline and model, enabling targeted routing without manual orchestrator configuration.Status: currentPages: gateways/discovery, gateways/protocol
Definition: The strategic vision for Livepeer to become the leading platform for real-time AI video pipelines, named as a protocol upgrade milestone.Context: Cascade represents both a named upgrade phase and the overarching product direction enabling AI inference on the Livepeer network alongside traditional video transcoding.Status: currentPages: gateways/protocol
Definition: A contract or system handling settlement of payments between gateways and orchestrators, including multi-user support, API key authentication, usage accounting, and fiat/stablecoin billing.Context: In gateway deployments, a clearinghouse is an abstraction over a remote signer that adds commercial services. It enables gateway operators to offer multi-tenant billing without each user needing their own ETH wallet.Status: currentPages: gateways/payments, gateways/protocol
Definition: A deployment where a single gateway node operates both video transcoding and AI inference workloads simultaneously.Also known as: Dual modeContext: A dual gateway routes RTMP transcoding requests and AI inference requests from the same node instance, requiring Linux (the AI component does not support Windows or macOS natively).Status: currentPages: gateways/architecture, gateways/modes
Definition: A node that submits jobs, routes work to orchestrators, manages payment flows, and provides a protocol interface between applications and the Livepeer network.Context: A gateway does not perform compute - it routes work to orchestrators that do. Gateways can operate on-chain (with Arbitrum-based payments) or off-chain (using a remote signer). No GPU is required to run a gateway.Status: currentPages: gateways/index, gateways/architecture
Definition: A hosted deployment model allowing users to access gateway functionality without managing their own infrastructure.Context: Gateway-as-a-service offerings (for example, Livepeer Studio, Livepeer Cloud, or Daydream) run gateway nodes on the operator’s behalf. The user pays the service’s rate and receives an API endpoint rather than running go-livepeer directly.Status: currentPages: gateways/modes, gateways/architecture
Definition: A pluggable logic layer inserted into the gateway request pipeline for custom processing such as authentication, rate-limiting, or request transformation.Context: Gateway middleware lets operators intercept and modify requests or responses at the gateway layer without forking go-livepeer. Middleware is typically configured in code for SDK-based deployments or via hooks in go-livepeer.Status: currentPages: gateways/architecture, gateways/code
Definition: The core Go struct in go-livepeer representing a running Livepeer node instance, encapsulating configuration, session state, and network connections.Context: LivepeerNode is the central object in the gateway codebase. Understanding its structure is relevant when building custom gateway middleware or debugging gateway internals.Status: currentPages: gateways/code, gateways/architecture
Definition: An open-source Python reference implementation of a Livepeer gateway, enabling job submission, payment flow management, and pipeline routing from Python applications.Context: Maintained by the community as a lightweight alternative for developers building Python-native integrations.Status: currentPages: gateways/sdks, gateways/architecture
Definition: The decentralised market on the Livepeer network matching gateway demand with orchestrator supply, governed by capability, price, and performance.Context: The Livepeer marketplace is not a discrete application but an emergent property of the protocol: orchestrators advertise capabilities and prices, gateways select and route work, and payment flows coordinate supply with demand.Status: currentPages: gateways/economics, gateways/architecture
Definition: A CLI configuration flag setting the maximum price a gateway will pay for a specific AI pipeline/model pair (capability), overriding the general MaxPricePerUnit for that task type.Context: MaxPricePerCapability lets gateway operators fine-tune spending limits per AI task, for example paying more for a high-quality image-to-video pipeline while capping spend on cheaper text-to-image tasks.Status: currentPages: gateways/pricing, gateways/config
Definition: A CLI configuration flag setting the maximum price per pixelsPerUnit that a gateway will accept from orchestrators; orchestrators priced above this threshold are excluded.Also known as: MaxPriceContext: MaxPricePerUnit acts as a hard gate in orchestrator selection. Setting it too low reduces the available orchestrator pool; too high increases cost. It can be expressed in wei or as a USD-denominated value with automatic conversion.Status: currentPages: gateways/pricing, gateways/config
Definition: Network-as-a-Product - a reference architecture and implementation for multi-tenant gateway operation providing JWT-based authentication, developer API keys, and per-user usage tracking on top of a Livepeer gateway.Also known as: NaaPContext: NaaP enables gateway operators to expose Livepeer infrastructure to third-party developers with managed access control and billing, turning a single gateway deployment into a platform business. Repository: github.com/livepeer/naap.Status: currentPages: gateways/architecture, gateways/protocol
Definition: A gateway node that operates without blockchain integration, using a remote signer for payment operations and specifying orchestrators manually rather than relying on protocol discovery.Context: Off-chain is a sustainable production mode for gateways (unlike off-chain orchestrators, which are only for testing). An off-chain gateway holds no ETH; a community-hosted remote signer at signer.eliteencoder.net is publicly available and free to use.Status: currentPages: gateways/modes
Definition: A gateway node connected to the Livepeer protocol on Arbitrum, managing its own Ethereum wallet and using on-chain probabilistic micropayments for orchestrator settlement.Context: On-chain gateways require ETH deposited on Arbitrum for the payment deposit and reserve, and use protocol-based orchestrator discovery. This mode provides access to the full registered orchestrator pool but requires crypto-wallet management.Status: currentPages: gateways/modes
Definition: The deployment configuration that determines how a gateway connects to the Livepeer network: on-chain (Arbitrum-based payments, protocol discovery) or off-chain (remote signer, manual orchestrator addresses).Context: Operational mode is an independent axis from node type and setup type. Both on-chain and off-chain gateways can route video, AI, or dual workloads. Off-chain is a valid production configuration for gateways.Status: currentPages: gateways/modes, gateways/config
Definition: A supply-side node contributing GPU resources, receiving jobs from gateways, performing video transcoding or AI inference, and earning ETH and LPT rewards.Context: From the gateway’s perspective, orchestrators are the compute providers it routes work to. Gateways select orchestrators based on capability, price, performance score, and stake weight, then maintain sessions with selected orchestrators.Status: currentPages: gateways/routing, gateways/protocol
Definition: The process by which a gateway finds and evaluates available orchestrators - either automatically via the on-chain ServiceRegistry or manually via configured -orchAddr flags.Context: On-chain gateways use the ServiceRegistry contract on Arbitrum to discover registered orchestrators and their service URIs. Off-chain gateways bypass discovery and connect directly to specified addresses.Status: currentPages: gateways/routing, gateways/architecture
Definition: A configured end-to-end AI processing workflow defining input type, model, and output, routed by the gateway to capable orchestrators.Context: On Livepeer, a pipeline is the combination of a pipeline type (e.g., text-to-image, live-video-to-video) and a specific model ID. Gateways match incoming AI requests to orchestrators advertising the corresponding capability.Status: currentPages: gateways/pipelines, gateways/routing
Definition: The on-chain layer on Arbitrum governing staking, delegation, rewards, orchestrator registration, and payment verification via smart contracts.Context: Gateways interact with the protocol layer when operating in on-chain mode - reading orchestrator registrations from the ServiceRegistry, submitting deposits to the TicketBroker, and settling payments through probabilistic ticket redemption.Status: currentPages: gateways/protocol, gateways/architecture
Definition: A smart contract on Arbitrum where orchestrators register their service URI so that on-chain gateways can discover and contact them.Context: The ServiceRegistry is the on-chain source of truth for orchestrator endpoints. On-chain gateways query it at startup and during session establishment; off-chain gateways bypass it entirely by using -orchAddr.Status: currentPages: gateways/protocol, gateways/contracts
Definition: An active, persistent connection between a gateway and an orchestrator during which one or more jobs (segments or AI requests) are processed.Context: Gateways reuse sessions across segments to amortize connection setup overhead. Session affinity improves performance by keeping warm models loaded on the orchestrator; the BroadcastSessionsManager handles session lifecycle.Status: currentPages: gateways/routing, gateways/architecture
Definition: The smart contract on Arbitrum that manages the probabilistic micropayment system - holding gateway deposits and reserves, and processing winning ticket redemptions.Context: TicketBroker is the payment settlement layer every on-chain gateway interacts with. Gateways fund it via deposit and reserve; orchestrators redeem winning tickets through it. Off-chain gateways use a remote signer pointing to the same contract.Status: currentPages: gateways/payments, gateways/contracts
Definition: Configurable scoring parameters - including stake weight, price weight, and random selection weight - that the gateway uses to rank and select orchestrators during discovery.Context: Weight factors (e.g., selectRandWeight, selectStakeWeight, selectPriceWeight) let gateway operators tune the trade-off between cost, decentralization, and performance in orchestrator selection. Adjusting these requires understanding their interaction with the scoring algorithm.Status: currentPages: gateways/routing, gateways/discovery

Economic Terms

Definition: Exploiting price differences between markets; in the Livepeer context, selecting lower-cost orchestrators when multiple are available for the same capability.External: Arbitrage (Wikipedia)Status: currentPages: gateways/pricing, gateways/economics
Definition: Funds (ETH) locked by a gateway into the TicketBroker smart contract to pay orchestrators via probabilistic micropayments.Context: An on-chain gateway must maintain a deposit on Arbitrum. The deposit covers the expected value of outstanding payment tickets sent to orchestrators. If the deposit is depleted, the reserve acts as backstop.Status: currentPages: gateways/payments, gateways/protocol
Definition: A compensation model where payment tickets are sent at regular time intervals rather than per segment or per request.Context: Interval-based payments reduce per-segment overhead by batching payment obligations into timed intervals. This is an alternative to per-segment ticket issuance in the Livepeer probabilistic micropayment system.Status: currentPages: gateways/payments, gateways/protocol
Definition: A small-value signed data structure sent from a gateway to an orchestrator representing a probabilistic payment; only winning tickets are redeemed on-chain.Also known as: Payment ticket, probabilistic micropayment ticketContext: Gateways issue micropayment tickets to orchestrators as work is performed. The lottery-based mechanism means only a fraction of tickets result in on-chain transactions, dramatically reducing gas costs while preserving expected-value fairness.Status: currentPages: gateways/payments, gateways/protocol
Definition: Livepeer’s unit-based pricing mechanism where fees are calculated based on the number of pixels processed during a transcoding or AI inference job.Context: A 4K frame costs more to process than a 720p frame because it contains more pixels; enables pricing that scales with workload complexity.Status: currentPages: gateways/pricing, gateways/transcoding
Definition: A cost model charging for transcoding work based on the total number of pixels processed (width × height × frame count), enabling standardised comparison across resolutions.External: Pay-per-pixel (Livepeer Forum)Status: currentPages: gateways/pricing, gateways/transcoding
Definition: A cost model charging per individual AI inference request rather than per pixel, used for AI pipeline jobs where pixel count is not a meaningful unit.External: Livepeer AI pipelinesStatus: currentPages: gateways/pricing, gateways/pipelines
Definition: A lottery-based payment mechanism where gateways send signed tickets to orchestrators; only winning tickets are redeemed on-chain, amortizing gas costs across many transactions.Context: Probabilistic micropayments are the core payment layer for Livepeer. The gateway manages ticket issuance and ensures the deposit and reserve on the TicketBroker contract are sufficient to cover expected redemptions.Status: currentPages: gateways/payments, gateways/protocol
Definition: The on-chain process of cashing in a winning probabilistic micropayment ticket for its face value in ETH via the TicketBroker contract.Context: Orchestrators (or their redeemer process) submit winning tickets to TicketBroker to claim ETH. The gateway’s deposit and reserve fund these redemptions. High redemption frequency relative to deposit size is a signal to top up.Status: currentPages: gateways/payments, gateways/protocol
Definition: ETH held as collateral in the TicketBroker contract backing outstanding probabilistic payment tickets; used if the gateway’s deposit is depleted.Context: An on-chain gateway must fund both a deposit (normal operating balance) and a reserve (safety backstop). The reserve prevents orchestrators from being left unpaid if the deposit runs out between top-ups.Status: currentPages: gateways/payments
Definition: A markup that gateway operators add on top of orchestrator costs when reselling gateway access to end users.Context: Gateway operators running NaaP or gateway-as-a-service offerings use a service margin to cover infrastructure, development, and operational overhead while remaining price-competitive with direct orchestrator costs.Status: currentPages: gateways/pricing, gateways/economics
Definition: The on-chain finalization of off-chain payment obligations via ticket redemption through the TicketBroker contract.Context: Settlement occurs when an orchestrator redeems a winning ticket, converting the probabilistic payment into an actual ETH transfer. The gateway’s deposit funds these settlements; the reserve backstops them.Status: currentPages: gateways/payments
Definition: A pricing configuration where work costs are denominated in US dollars, with automatic dynamic conversion to wei as the ETH/USD exchange rate fluctuates.Context: USD pricing shields gateway operators from ETH price volatility. The gateway (or an external price feed integration) queries an ETH/USD oracle and adjusts the wei-denominated MaxPrice accordingly, keeping spend stable in fiat terms.Status: currentPages: gateways/pricing, gateways/config

Video Terms

Definition: Software or hardware that compresses and decompresses digital video, typically using lossy compression.External: Video codec (Wikipedia)Status: currentPages: gateways/transcoding, gateways/encoding
Definition: Distribution of encoded video segments across multiple orchestrator nodes for redundancy and parallel processing.Context: When a gateway disperses work, it splits a stream’s segments across multiple orchestrators simultaneously, enabling parallel transcoding and reducing the impact of a single slow or failing node.Status: currentPages: gateways/routing, gateways/architecture
Definition: A structured set of video renditions at varying resolutions and bitrates for optimal cross-device adaptive bitrate viewing.External: Encoding ladder (Cloudinary)Status: currentPages: gateways/transcoding, gateways/profiles
Definition: An ordered arrangement of I-frames and inter-frames within a coded video stream; the set of frames between keyframes.Also known as: GOPExternal: Group of pictures (Wikipedia)Status: currentPages: gateways/transcoding, gateways/encoding
Definition: An HTTP-based streaming protocol by Apple that encodes video into multiple quality levels with an index playlist for adaptive delivery.Also known as: HLSExternal: HTTP Live Streaming (Wikipedia)Status: currentPages: gateways/transcoding, gateways/streaming
Definition: Receiving a live video stream via HTTP push (rather than RTMP) for transcoding or AI processing.External: HTTP (Wikipedia)Status: currentPages: gateways/ingest, gateways/streaming
Definition: An output specification defining a single transcoding rendition: resolution, bitrate, codec, and frame rate.External: Output profile (Wikipedia)Status: currentPages: gateways/transcoding, gateways/config
Definition: A protocol for streaming audio, video, and data over TCP on port 1935, commonly used for live video ingest from encoders such as OBS into a media server.Also known as: RTMPExternal: RTMP (Wikipedia)Status: currentPages: gateways/ingest, gateways/streaming
Definition: A single encoded version of a source video at a specific resolution, bitrate, and codec configuration, produced by an orchestrator.External: Video rendition (Cloudinary)Status: currentPages: gateways/transcoding, gateways/encoding
Definition: A time-sliced chunk of multiplexed audio and video independently submitted to an orchestrator for transcoding in parallel with other segments.External: HTTP Live Streaming segments (Wikipedia)Status: currentPages: gateways/transcoding, gateways/protocol
Definition: Direct digital-to-digital conversion of a video stream from one encoding format, resolution, or bitrate to one or more output renditions for adaptive delivery.External: Transcoding (Wikipedia)Status: currentPages: gateways/transcoding, gateways/index

AI Terms

Definition: The latency incurred when an AI model must be loaded from storage into GPU memory before it can serve its first inference request, typically ranging from 5 to 90 seconds.Also known as: Cold modelExternal: Cold start latency (OpenMetal)Status: currentPages: gateways/pipelines, gateways/routing
Definition: An AI platform and open-source community providing model repositories, datasets, and inference APIs; a primary source for AI models deployed on Livepeer orchestrator nodes.Also known as: Hugging Face, HFExternal: HuggingFaceStatus: currentPages: gateways/pipelines, gateways/run-a-gateway/requirements/setup
Definition: Running a trained AI model on new input data to produce predictions or generated output, as opposed to training the model.External: Inference engine (Wikipedia)Status: currentPages: gateways/pipelines, gateways/routing
Definition: Real-time AI processing applied to live video streams, typically using pipelines such as live-video-to-video running at interactive frame rates.Context: Live AI on Livepeer routes live stream frames through orchestrator GPU workers running models like StreamDiffusion. The gateway manages session continuity and orchestrator selection to maintain the low-latency budget required for interactive output.Status: currentPages: gateways/pipelines, gateways/routing
Definition: A mathematical structure (neural network with learned weights) enabling predictions or generation from new inputs when run as inference.External: Machine learning (Wikipedia)Status: currentPages: gateways/pipelines, gateways/routing
Definition: An AI model that is already loaded into GPU memory on an orchestrator and ready to serve inference requests immediately, without cold-start latency.External: Cold start latency (OpenMetal)Status: currentPages: gateways/pipelines, gateways/routing

Web3 Terms

Definition: A Layer 2 Optimistic Rollup settling to Ethereum that processes transactions off-chain while inheriting Ethereum-grade security; hosts the Livepeer protocol smart contracts.External: Arbitrum One (docs.arbitrum.io)Status: currentPages: gateways/protocol, gateways/payments
Definition: The native cryptocurrency of Ethereum, used to pay transaction fees (gas) and to fund gateway payment deposits on Arbitrum.External: Ether (ethereum.org)Status: currentPages: gateways/payments, gateways/protocol
Definition: The smallest denomination of Ether, where 1 ETH equals 10^18 Wei; used in on-chain price calculations and payment ticket values.External: Ether denominations (ethereum.org)Status: currentPages: gateways/payments, gateways/pricing

Technical Terms

Definition: A Livepeer node with GPU hardware that performs transcoding or AI inference tasks for an orchestrator.Context: In gateway routing, the gateway selects orchestrators that have available GPU workers capable of handling the requested AI pipeline or transcoding profile. The gateway itself does not require a GPU.Status: currentPages: gateways/routing, gateways/architecture
Definition: The delay between a request being made (e.g., a frame captured or a segment submitted) and the response or output being received.External: Latency (Wikipedia)Status: currentPages: gateways/routing
Definition: A separate service that holds an Ethereum private key and signs payment tickets on behalf of an off-chain gateway, so the gateway itself holds no ETH.Context: A community-hosted remote signer at signer.eliteencoder.net is publicly available and free to use for off-chain gateways. Custom remote signers can be built using any language that implements the signing API, enabling SDK-based gateway deployments.Status: currentPages: gateways/security, gateways/config
Definition: The cryptographic key holder or process that authorizes payment tickets and Ethereum transactions on behalf of a gateway node.Context: In an on-chain gateway, the signer is typically a local keystore file. In an off-chain gateway, signing is delegated to a remote signer service. The signer never needs to hold large ETH balances in the off-chain model.Status: currentPages: gateways/security, gateways/config
Definition: An HTTP callback that sends a POST request to a configured URL when a gateway event occurs, notifying external systems in real time.External: Webhook (Wikipedia)Status: currentPages: gateways/events, gateways/config

Hardware Terms

Definition: The primary general-purpose processor in a computer; in Livepeer, CPU handles node software overhead while GPU handles intensive transcoding and AI inference workloads.Tags: technical:hardwareExternal: WikipediaStatus: currentPages: gateways/run-a-gateway/requirements/setup
Definition: A unit of digital storage equal to 1,073,741,824 bytes (binary); used in Livepeer hardware specifications for RAM, VRAM, and storage requirements.Tags: technical:hardwareExternal: WikipediaStatus: currentPages: gateways/run-a-gateway/requirements/setup
Definition: NVIDIA’s consumer-grade discrete GPU brand, encompassing the GTX and RTX product lines; the most common GPU family used by Livepeer orchestrator operators.Tags: technical:hardwareExternal: NVIDIA GeForceStatus: currentPages: gateways/run-a-gateway/requirements/setup
Definition: NVIDIA’s previous-generation consumer GPU product line; capable of Livepeer video transcoding but lacks the Tensor cores of the RTX series needed for accelerated AI inference.Also known as: GeForce GTXTags: technical:hardwareExternal: NVIDIA GeForce graphics cardsStatus: currentPages: gateways/run-a-gateway/requirements/setup
Definition: NVIDIA’s current consumer GPU product line featuring dedicated Tensor cores that accelerate AI/ML inference workloads; RTX GPUs are well-suited for Livepeer AI pipeline tasks.Also known as: GeForce RTXTags: technical:hardwareExternal: NVIDIA GeForce graphics cardsStatus: currentPages: gateways/run-a-gateway/requirements/setup
Definition: A deployment model in which the operator runs their own infrastructure rather than relying on a managed cloud service; Livepeer gateways and AI nodes can be self-hosted on any compatible hardware.Tags: technical:deploymentExternal: WikipediaStatus: currentPages: gateways/run-a-gateway/requirements/setup
Definition: A formal commitment between a service provider and a customer defining expected performance levels, uptime guarantees, and remediation obligations.Tags: technical:operationsExternal: WikipediaStatus: currentPages: gateways/run-a-gateway/requirements/setup

Operational Terms

Definition: Consolidating requests from multiple users or applications for efficient routing to the orchestrator network.Context: Gateways perform demand aggregation by receiving requests from many clients and batching or routing them to orchestrators, improving utilisation and reducing per-request overhead for each end user.Status: currentPages: gateways/architecture, gateways/economics
Definition: Automatic switching to a backup orchestrator when the primary fails or becomes unresponsive during a session.External: Failover (Wikipedia)Status: currentPages: gateways/routing, gateways/reliability
Definition: Increasing gateway capacity to handle more concurrent requests, either horizontally (deploying additional gateway nodes) or vertically (adding resources to an existing node).External: Scalability (Wikipedia)Status: currentPages: gateways/architecture, gateways/operations

Gateway Docs

Full documentation for running and configuring a Livepeer gateway

Full Glossary

All terms across every Livepeer tab

Gateway FAQ

Answers to common gateway setup and operation questions
Last modified on April 8, 2026