... | @@ -18,7 +18,7 @@ sudo service streambridge start |
... | @@ -18,7 +18,7 @@ sudo service streambridge start |
|
|
|
|
|
## Connecting with PrivMX Team Server
|
|
## 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
|
|
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": {
|
|
"privmxStreams": {
|
|
"enabled": true,
|
|
"enabled": true,
|
... | @@ -26,7 +26,7 @@ At the beginning you have to obtain Stream Bridge api key. Read the api_key prop |
... | @@ -26,7 +26,7 @@ At the beginning you have to obtain Stream Bridge api key. Read the api_key prop |
|
"url": "http://{domain}:8000"
|
|
"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:
|
|
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
|
|
sudo service privmx-team-server restart
|
|
```
|
|
```
|
... | | ... | |