Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
D
Docs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
Collapse sidebar
  • main
  • Docs
  • Wiki
  • Installing PrivMX Stream Bridge

Last edited by Lukas Dudziński Mar 04, 2021
Page history

Installing PrivMX Stream Bridge

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!

Clone repository
  • Building your own PrivMX Desktop Client
  • Desktop beta versions
  • Enabling mongodb replica set
  • Installing PrivMX Stream Bridge
  • Installing PrivMX Team Server "manually"
  • Installing PrivMX Team Server using docker
  • Installing PrivMX Video Server
  • Team Server backups
  • Team Server configuration file
  • Using Debian privmx team server with Let's Encrypt
  • Home