Telemersive Router is a collection of services that allow to connect Telmersive-Gateways with each other to exchange video, audio and generic data streams.
To install an instance of the Telemersive Router, clone the github repository into the installation directory (for example /opt/telemersive-router
).
git clone https://github.com/telemersion/telemersive-router
Install and configure the required services in this sequence:
- the telemersive-switchboard.
- the telemersive-broker.
- the telemersive-manager.
- the telemersive-nathelper.
To manage the services, replace telemersive-XXXX with
- telemersive-switchboard
- telemersive-broker
- telemersive-manager
- telemersive-nathelper
# start service
sudo systemctl start telemersive-XXXX.service
# stop service
sudo systemctl stop telemersive-XXXX.service
# restart service
sudo systemctl restart telemersive-XXXX.service
# enable service (auto-start on restart)
sudo systemctl enable telemersive-XXXX.service
# disbale service
sudo systemctl disable telemersive-XXXX.service
# show status
sudo systemctl status telemersive-XXXX.service
- Roman Haefeli
- Martin Fröhlich
- Florian Bruggisser
- Joel Gähwiler