Re: Maolan 0.0.3
robertlazarski <[email protected]> Sat, 21 Mar 2026 08:58:09 -0500
| Newsgroups | gmane.linux.audio.users |
|---|---|
| Message-ID | <CABpPLBUO6jg+WEeAZ-GEeLAL41Wi7_DE=ind1TVCYQsoRYhYSw@mail.gmail.com> |
On Sat, Mar 21, 2026, 07:28 Goran Mekić <[email protected]> wrote: > On 3/19/26 1:11 AM, Jeanette C. wrote: > > Hi Meka, > > perhaps a prejudice on my part: but does maolan also have a > > commandline based interface? > > It does now which can play/stop and export the session. What else should > it be able to do? I really wouldn't like to make a tracker out of it, > but I'd like to get feedback on the subject. > > Regards, > meka > In my workflow it is all scripted on a local LAN and with multicam video too. For audio, having some type of Open Sound Control (OSC) server support over UDP for transport control, like playback , is a plus. I program UDP support a lot at my day job and don't like it much, so for my own projects like this one that embeds Apache httpd into phone cameras and adds lots of CLI control, I use REST and JSON: https://github.com/robertlazarski/kanaha >