Downloading Streamplace
brew install streamplace/streamplace/streamplace
We distribute two Linux packages for Streamplace:
streamplace
, which is the main Streamplace binary.streamplace-default-http
, which includes some additional systemd configuration to make Streamplace your default HTTP server on ports 80 and 443.
If you’re looking to set up a Streamplace node on a server that isn’t hosting
any other services, we’d recommend e.g.
apt install streamplace streamplace-default-http
. If your server is hosting
other HTTP servers and you’ll handle the proxying yourself, you can simply
apt install streamplace
.
Debian/Ubuntu
Section titled “Debian/Ubuntu”sudo mkdir -p /etc/apt/keyringscurl https://release.stream.place/streamplace.key | sudo gpg --dearmor -o /etc/apt/keyrings/streamplace.keyecho 'deb [signed-by=/etc/apt/keyrings/streamplace.key] https://release.stream.place/debian/ all main' \ | sudo tee /etc/apt/sources.list.d/streamplace.listsudo apt updatesudo apt install streamplace
Download a binary
Section titled “Download a binary”Binaries for all platforms are available to download from our GitLab server.