PrivMX Stream Bridge can be installed on any Debian-based Linux machine.
Download and install PrivMX Stream Bridge
Download streambridge-1.0.0-1.deb (13.0 MB) and install it:
sudo apt install ./streambridge-1.0.0-1.deb
First run
Start the service:
sudo service streambridge start
Connecting with PrivMX Team Server
At the beginning you have to obtain Stream Bridge api key. Read the api_key property from /etc/streambridge/streambridge.config
file. Than add config below to your PrivMX Team Server configuration file
"privmxStreams": {
"enabled": true,
"apiKey": "{stream-bridge-api-key}-{your-secret}",
"url": "http://{domain}:8000"
}
replace {stream-bridge-api-key}
to Stream Bridge api key, insert any secret in {your-secret}
and replace {domain}
to domain at which Stream Bridge is working. Restart your PrivMX Team Server:
sudo service privmx-team-server restart
That's it!