Add recording controls to client GUI #3659
Replies: 2 comments 5 replies
-
|
I think starting and stopping the server recording bit leaves an additional question: How can the client user get the track files? If that takes a web server, then why not solve the whole problem with a web server? I think I saw an API integration with a web server doing this once, starting and stopping recording and serving up the track files as a zip. dtinth/jamulus-lounge also makes mp3 recording easy. |
Beta Was this translation helpful? Give feedback.
-
|
Agree. The recording happens server side and you may use JSON-RPC + a Webserver to download the files. Also you could record locally with a DAW or similar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the only way to record a Jamulus session is for the admin of the server to connect to it via SSH in a headless setup and execute a terminal command, or use the server GUI in a GUI setup. It would be great if clients could start and stop recordings, via a button (and preferably also see the duration of the current recording and an option to play back / download finished recordings) - all this needs a server setting so that it can be disabled if desired. I'm willing to implement the start / stop button, and maybe I'll also work on the other parts later.
Beta Was this translation helpful? Give feedback.
All reactions