This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Install jacktrip using `sudo apt install jacktrip jacktrip-gui -y` | |
- Test if you can create a **jacktrip hub server** with the command `jacktrip -S` | |
- If everything went well create a Systemd service (unit file) and start the service: | |
```bash | |
cat <<- "EOF" | sudo tee /etc/systemd/system/jacktrip_server.service | |
[Unit] | |
Description=Run JackTrip server | |
After=multi-user.target | |
[Service] |