Re: Maolan 0.0.3
robertlazarski <[email protected]> Sat, 21 Mar 2026 09:30:48 -0500
| Newsgroups | gmane.linux.audio.users |
|---|---|
| Message-ID | <CABpPLBX4L92V9ieyqz2p_SU-kuGebdby-fPjKO3T3n+RwU-2bA@mail.gmail.com> |
Ardour supports OSC very well, I suggest looking there however for the client I use oscsend. The way Ardour uses FFMPEG influenced a lot of my video workflow too. Don't know where I'd be without that seed of knowledge since closed source video editors like Davinci Resolve are completely crippled on Linux due to lacking AAC audio format support that is widely used in video. On Sat, Mar 21, 2026, 09:16 Goran Mekic <[email protected]> wrote: > Oh adding liblo is a really cool idea. Yeah, I will work on that. Is there > some ready made OSC client? I mean if I can support existing client that > would be great > > Regards, > meka > > > On March 21, 2026 2:58:09 PM GMT+01:00, robertlazarski < > [email protected]> wrote: > >> >> >> 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 >> >>>