Documentation Index
Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites:
- Python 3.8+ with pip
- PyTorch installed (CPU build works for this tutorial)
- FFmpeg on PATH
- Go installed (for the http-trickle test tool)
process_video_async with your own processing: load a PyTorch model in initialize, run inference in process_video_async, and return the output tensor. See for the full API.
To connect this service to the Livepeer network, register it as a BYOC container following the same pattern as .
Related Pages
You have a working PyTrickle service processing live frames. The FrameProcessor reference covers the full API for VideoFrame, AudioFrame, and session management.Frame Processor Reference
Full FrameProcessor API: VideoFrame, AudioFrame, update_params, and StreamServer options.
PyTrickle Overview
Architecture, capabilities table, and prerequisites.
ComfyStream as BYOC
How to register a real-time processing service with a Livepeer orchestrator.
Real-Time AI Overview
Cascade architecture and the full request flow.