I followed the steps in the quick start video (https://www.youtube.com/watch?v=9anNmobd5aY) that run from 3:00 to 5:20 to open that UDP port. How can I test whether the port is open or not (from MacOS)? My searches for something suggest this may be a bit tricky. To confirm: connecting to a public server doesn't use UDP 22124?
I followed the steps in the quick start video (https://www.youtube.com/watch?v=9anNmobd5aY) that run from 3:00 to 5:20 to open that UDP port. How can I test whether the port is open or not (from MacOS)? My searches for something suggest this may be a bit tricky. To confirm: connecting to a public server doesn't use UDP 22124?
I set up a VM for Jamulus on Google Cloud Platform with the help of the YouTube video "Jamulus server on GCP quick start video" (https://www.youtube.com/watch?v=9anNmobd5aY). I’m able to connect a client when I run a public server but not a private one (both server status's look fine). The only difference is the ExecStart statement in the unit file. headless private ExecStart=/usr/local/bin/Jamulus -s -n -w "Welcome to Francesca’s Jamulus server." headless public ExecStart=/usr/local/bin/Jamulus...