Replies: 1 comment 6 replies
-
Were users actually connected to the server when you tested the recording? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'd like to use Jamulus to record but it's not working for some reason.
I created a fresh new AWS Lightsail Ubuntu server and followed all current setup instructions for a private Jamulus server, including configuring systemd files for the headless server and sending SIGUSR signals. I created a directory for recording under /srv to avoid homedir issues. I can connect to the server, systemctl status output shows that it's receiving the signals, but the client Jamulus app does not show a red banner and no new recording files are written to my /srv/recordings directory.
Here's a snippet of my systemd file:
...
ExecStart=/usr/bin/jamulus-headless -s -n
--log /var/log/jamulus/jamulus.log
--welcomemessage "Welcome here!"
--numchannels 16
--recording /srv/recordings/
--norecord
...
Here's systemctl output showing that signals are sent and received:
systemd[1]: jamulus-headless.service: Sent signal SIGUSR2 to main process 1532 (jamulus-headles) on client request.
jamulus[1532]: OnHandledSignal: 12
systemd[1]: jamulus-headless.service: Sent signal SIGUSR1 to main process 1532 (jamulus-headles) on client request.
jamulus[1532]: OnHandledSignal: 10
Suggestions? TIA!
Beta Was this translation helpful? Give feedback.
All reactions