Where can I find recorded Jamulus sessions on my Amazon Lightsail instance ? And how do I turn recording off/on? #2632
-
I started a server instance on Amazon Lightsail Ubuntu using the Simon Tomlinson guide. I opted for Record the Session. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
@sthenos can you help? |
Beta Was this translation helpful? Give feedback.
-
I found the answer in Tomlinson's "Idiots Guide to Installing or Upgrading a Jamulus Server on Amazon AWS Lightsail Ubuntu instance" Facebook article at the bottom of the page in the comments section. It is a question several people have asked. Edit by @ann0see: This is the mentioned guide: https://www.facebook.com/notes/jamulus-worldjam/howto-idiots-guide-to-installing-or-upgrading-a-jamulus-server-on-amazon-aws-lig/818091045662521/ |
Beta Was this translation helpful? Give feedback.
-
I added this line at the end of .bashrc. Now I have a simple command (record or whatever I call it). that works in a ssh session terminal. First time it starts recording, type it again and it stops. |
Beta Was this translation helpful? Give feedback.
-
The last bit is the name you use for your .service file
/etc/systemctl/system. for me it is "jamulus_Klezmer.service" Just leave
out the extension
ExecStart=/usr/bin/jamulus-headless -s -n -p 22125 -u 30 -l
/var/log/jamulus/klezmer.log -P -T -o "Northeast Klezmer Jam;Montreal;38"
-R /tmp/jamulusrecording --norecord -e jamulusclassical.fischvolk.de:22524
-w /usr/local/bin/welcome.html
…On Sat, May 21, 2022 at 8:07 AM Salpizana ***@***.***> wrote:
So I the command would be:
alias record='sudo systemctl kill -s SIGUSR2 anygenre1.jamulus.io:22124'
?
—
Reply to this email directly, view it on GitHub
<#2632 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJLZE6LMUHF5FERZAYBOKDVLDGZFANCNFSM5WE4Y4GQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Well thankyou so much for replying.
So I tried running this but it failedalias record='sudo systemctl kill -s SIGUSR2 anygenre1.jamulus.io:22124
So as to your new advice, it seems to be completely different
1) Is this a file I create somewhere(?) and then execute (?). 2) What is a service file?3) What do you mean by the last bit?3) So what info would you need from me help me set this up?
I know my questions may seem silly to you, but this is all new to meI was a mainframe programmer for years, but BAL and PL/1werethe languages I used.
On Saturday, May 21, 2022, 09:09:15 AM EDT, Harry Sweet ***@***.***> wrote:
The last bit is the name you use for your .service file
/etc/systemctl/system. for me it is "jamulus_Klezmer.service" Just leave
out the extension
ExecStart=/usr/bin/jamulus-headless -s -n -p 22125 -u 30 -l
/var/log/jamulus/klezmer.log -P -T -o "Northeast Klezmer Jam;Montreal;38"
-R /tmp/jamulusrecording --norecord -e jamulusclassical.fischvolk.de:22524
-w /usr/local/bin/welcome.html
On Sat, May 21, 2022 at 8:07 AM Salpizana ***@***.***> wrote:
So I the command would be:
alias record='sudo systemctl kill -s SIGUSR2 anygenre1.jamulus.io:22124'
?
—
Reply to this email directly, view it on GitHub
<#2632 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJLZE6LMUHF5FERZAYBOKDVLDGZFANCNFSM5WE4Y4GQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Good to know there's another mainframer out there. Why there there must be thousands of us!I worked for Eastern Airlines and coded in assembly to make the code faster to execute.So we also used Sabretalk, a sub-dialect of PL/1, and it did add extra code to get where it wanted to go, but what the heck.Doesn't seem to make a difference nowadays
On Saturday, May 21, 2022, 11:54:04 AM EDT, Peter L Jones ***@***.***> wrote:
I was a mainframe programmer, too. Didn't have to do any assembler - just PL/1. Then someone decided COBOL was the way of the future...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I found the answer in Tomlinson's "Idiots Guide to Installing or Upgrading a Jamulus Server on Amazon AWS Lightsail Ubuntu instance" Facebook article at the bottom of the page in the comments section. It is a question several people have asked.
Edit by @ann0see: This is the mentioned guide: https://www.facebook.com/notes/jamulus-worldjam/howto-idiots-guide-to-installing-or-upgrading-a-jamulus-server-on-amazon-aws-lig/818091045662521/