thanks for the startup script. I'm using buildroot with sysv.
Matt,
The simplest way of running it as a system service (guessing that's what you're actually getting at?) is with a systemd unit file:
=== /etc/systemd/system/jackd.service ====[Unit]
Description=JACK Server daemon
[Service]
Restart=alwaysRestartSec=5
ExecStart=/usr/bin/jackd -d alsa -r 48000 -i 2 -o 2
================
systemctl daemon-reloadsystemctl restart jackd
For the 'jack_load netmanager' try adding
ExecStartPost=/bin/sleep 2ExecStartPost=/usr/bin/jack_load netmanager -i -c
Each command needs the /full/path/to/binary with systemd :)
Cheers,Gavin.
On Wed, 10 Feb 2021 at 10:10, Matt via People <people@lists.audioinjector.net> wrote:
I've started a netjack sesstion :
On the server :
jackd -d alsa -r 48000 -i 2 -o 2 &
sleep 2
jack_load netmanager -i -c
On the client :
jackd -d net
I am wondering if anyone knows how to start and stop the jackd transport
from the command line ?
thanks
Matt
--
Checkout the community email list :
https://lists.audioinjector.net/mailman/listinfo/people
--
People mailing list
People@lists.audioinjector.net
https://lists.audioinjector.net/mailman/listinfo/people
-- Join the community discussion forum : https://lists.audioinjector.net/mailman/listinfo/people