Hardware
- Video
- AI
- Dual
CPU-only transcoding works for testing and basic validation. Production video nodes need GPU acceleration for reliable throughput.
Pre-flight checklist for orchestrator setup - hardware, software, network, wallet, and tokens by node mode before installing go-livepeer.
# GPU visible and driver installed
nvidia-smi
# CUDA version (skip if using Docker - it bundles CUDA)
nvcc --version
# Docker GPU passthrough works
docker run --rm --gpus all nvidia/cuda:12.0-base nvidia-smi
# Port 8935 reachable (run from a DIFFERENT machine)
curl -k https://YOUR_PUBLIC_IP:8935/status
Was this page helpful?