mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added support for JACK promiscuous mode to the 'rivendell' Systemd service. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Makefile.am
|
||||
##
|
||||
## (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
## (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License version 2 as
|
||||
@@ -33,6 +33,7 @@ EXTRA_DIST = asound.conf-sample\
|
||||
rd-bin.conf.in\
|
||||
rd.conf-sample\
|
||||
rivendell.pam\
|
||||
rivendell-env.sh\
|
||||
rivendell-webapi.conf\
|
||||
syslog.conf-sample
|
||||
|
||||
|
||||
4
conf/rivendell-env.sh
Normal file
4
conf/rivendell-env.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Run jackd(1) in promiscuous mode
|
||||
#
|
||||
export JACK_PROMISCUOUS_SERVER=audio
|
||||
Reference in New Issue
Block a user