Learn how to install go-livepeer and become an orchestrator
go-livepeer
using a
binary release, a Docker image, or from source.
Platform | Installation | Source |
---|---|---|
Arch Linux | paru go-livepeer-bin | https://aur.archlinux.org/packages/go-livepeer-bin/ |
livepeer
requires some system dependencies.
LIBRARY_PATH
clang
must be installed as well. The script that will install ffmpeg
dependencies uses which clang
command to determine whether clang
is installed or not. Please check this on your system. If the path is empty, please install clang
. For example on the Ubuntu machine one can dolivepeer
requires Go. Follow the
official Go installation instructions.
ffmpeg
dependencies:PKG_CONFIG_PATH
variable so that pkg-config
can find the ffmpeg
dependency files installed in step 2:
BUILD_TAGS
variable to enable mainnet support:
livepeer
:livepeer
binary.
livepeer
instead of livepeer-gpu
. However, if you wish to use GPU transcoding, please ensure that the CUDA Toolkit is installed and add its path to the shared libraries path.