How to determine recording state? #1699
Unanswered
rdica
asked this question in
Technical Support & Help
Replies: 1 comment 1 reply
-
Hi,
Hrm, I'm wondering if we should align what goes to STDOUT with what goes to the log file. Not sure about the history/initial intentions though. In any case, you should be able to redirect stdout to a (separate) log file as a workaround.
Maybe a mixture. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm attempting to script things and have discovered there's no means to determine recording state (enabled/disabled).
I've built Jamulus 3.7.0 on Fedora 33 with "CONFIG+=noupcasename". I run
jamulus --server --nogui --discononquit --welcomemessage "Open Jam" --numchannels 10 --centralserver anygenre2.jamulus.io:22224 --serverinfo "Open Jam;AWS EAST;225" -R /data/jamulus --norecord -l /data/jamulus/jamulus-server.log
in a screen session.I see STDOUT:
Changing recording state with
kill -s SIGUSR2 $(pidof jamulus)
successfully changes state but that change is not logged in the log file, just to STDOUT.Is this a bug, or a feature request?
Beta Was this translation helpful? Give feedback.
All reactions