2021-02-08 21:38:20 +00:00
|
|
|
# Daemon config file for PipeWire version @VERSION@ #
|
2021-02-11 21:01:58 +01:00
|
|
|
context.properties = {
|
2021-02-08 17:14:02 +00:00
|
|
|
## Configure properties in the system.
|
2021-02-11 22:09:18 +02:00
|
|
|
#library.name.system = support/libspa-support
|
|
|
|
|
#context.data-loop.library.name.system = support/libspa-support
|
|
|
|
|
#link.max-buffers = 64
|
|
|
|
|
link.max-buffers = 16 # version < 3 clients can't handle more
|
|
|
|
|
#mem.warn-mlock = false
|
|
|
|
|
#mem.allow-mlock = true
|
|
|
|
|
#mem.mlock-all = false
|
|
|
|
|
#log.level = 2
|
2019-05-31 15:06:44 +02:00
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
core.daemon = true # listening for socket connections
|
|
|
|
|
core.name = pipewire-0 # core name and socket name
|
|
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
## Properties for the DSP configuration.
|
2021-02-11 22:09:18 +02:00
|
|
|
#default.clock.rate = 48000
|
|
|
|
|
#default.clock.quantum = 1024
|
|
|
|
|
#default.clock.min-quantum = 32
|
|
|
|
|
#default.clock.max-quantum = 8192
|
|
|
|
|
#default.video.width = 640
|
|
|
|
|
#default.video.height = 480
|
|
|
|
|
#default.video.rate.num = 25
|
|
|
|
|
#default.video.rate.denom = 1
|
2020-12-31 21:45:36 +01:00
|
|
|
}
|
2019-05-31 15:06:44 +02:00
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.spa-libs = {
|
2021-02-11 22:09:18 +02:00
|
|
|
#<factory-name regex> = <library-name>
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
2021-02-08 17:14:02 +00:00
|
|
|
# Used to find spa factory names. It maps an spa factory name
|
2020-12-31 16:42:41 +01:00
|
|
|
# regular expression to a library name that should contain
|
|
|
|
|
# that factory.
|
|
|
|
|
#
|
2021-02-11 22:09:18 +02:00
|
|
|
audio.convert* = audioconvert/libspa-audioconvert
|
|
|
|
|
api.alsa.* = alsa/libspa-alsa
|
|
|
|
|
api.v4l2.* = v4l2/libspa-v4l2
|
|
|
|
|
api.libcamera.* = libcamera/libspa-libcamera
|
|
|
|
|
api.bluez5.* = bluez5/libspa-bluez5
|
|
|
|
|
api.vulkan.* = vulkan/libspa-vulkan
|
|
|
|
|
api.jack.* = jack/libspa-jack
|
|
|
|
|
support.* = support/libspa-support
|
|
|
|
|
#videotestsrc = videotestsrc/libspa-videotestsrc
|
|
|
|
|
#audiotestsrc = audiotestsrc/libspa-audiotestsrc
|
2020-12-31 21:45:36 +01:00
|
|
|
}
|
2020-01-09 13:40:48 +01:00
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.modules = {
|
2021-02-11 22:09:18 +02:00
|
|
|
#<module-name> = {
|
|
|
|
|
# [ args = { <key> = <value> ... } ]
|
|
|
|
|
# [ flags = [ [ ifexists ] [ nofail ] ]
|
|
|
|
|
#}
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
2021-01-14 15:06:24 +01:00
|
|
|
# Loads a module with the given parameters.
|
2021-02-08 17:14:02 +00:00
|
|
|
# If ifexists is given, the module is ignored when it is not found.
|
2021-01-14 15:06:24 +01:00
|
|
|
# If nofail is given, module initialization failures are ignored.
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
2021-02-08 17:19:47 +01:00
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# Uses RTKit to boost the data thread priority.
|
2021-02-11 22:09:18 +02:00
|
|
|
libpipewire-module-rtkit = {
|
2021-02-08 17:19:47 +01:00
|
|
|
args = {
|
2021-02-11 22:09:18 +02:00
|
|
|
#nice.level = -11
|
|
|
|
|
#rt.prio = 20
|
2021-02-08 17:19:47 +01:00
|
|
|
#rt.time.soft = 200000
|
|
|
|
|
#rt.time.hard = 200000
|
2021-02-11 22:09:18 +02:00
|
|
|
}
|
2021-02-08 17:30:26 +01:00
|
|
|
flags = [ ifexists nofail ]
|
2021-02-02 17:44:28 +01:00
|
|
|
}
|
2021-02-08 17:19:47 +01:00
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# The native communication protocol.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-protocol-native = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# The profile module. Allows application to access profiler
|
|
|
|
|
# and performance data. It provides an interface that is used
|
|
|
|
|
# by pw-top and pw-profiler.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-profiler = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# Allows applications to create metadata objects. It creates
|
|
|
|
|
# a factory for Metadata objects.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-metadata = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# Creates a factory for making devices that run in the
|
|
|
|
|
# context of the PipeWire server.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-spa-device-factory = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# Creates a factory for making nodes that run in the
|
|
|
|
|
# context of the PipeWire server.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-spa-node-factory = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# Allows creating nodes that run in the context of the
|
|
|
|
|
# client. Is used by all clients that want to provide
|
|
|
|
|
# data to PipeWire.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-client-node = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# Allows creating devices that run in the context of the
|
|
|
|
|
# client. Is used by the session manager.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-client-device = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# The portal module monitors the PID of the portal process
|
|
|
|
|
# and tags connections with the same PID as portal
|
|
|
|
|
# connections.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-portal = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# The access module can perform access checks and block
|
2021-02-08 17:19:47 +01:00
|
|
|
# new clients.
|
2021-02-02 17:44:28 +01:00
|
|
|
libpipewire-module-access = {
|
2021-02-08 17:19:47 +01:00
|
|
|
args = {
|
|
|
|
|
# access.allowed to list an array of paths of allowed
|
|
|
|
|
# apps.
|
|
|
|
|
#access.allowed = [
|
|
|
|
|
# @media_session_path@
|
|
|
|
|
#]
|
|
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# An array of rejected paths.
|
2021-02-08 17:19:47 +01:00
|
|
|
#access.rejected = [ ]
|
|
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# An array of paths with restricted access.
|
2021-02-08 17:19:47 +01:00
|
|
|
#access.restricted = [ ]
|
|
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# Anything not in the above lists gets assigned the
|
2021-02-08 17:19:47 +01:00
|
|
|
# access.force permission.
|
|
|
|
|
#access.force = flatpak
|
|
|
|
|
}
|
2021-02-02 17:44:28 +01:00
|
|
|
}
|
2021-02-08 17:19:47 +01:00
|
|
|
|
|
|
|
|
# Makes a factory for wrapping nodes in an adapter with a
|
|
|
|
|
# converter and resampler.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-adapter = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# Makes a factory for creating links between ports.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-link-factory = null
|
2021-02-08 17:19:47 +01:00
|
|
|
|
2021-02-08 17:14:02 +00:00
|
|
|
# Provides factories to make session manager objects.
|
2020-12-31 16:42:41 +01:00
|
|
|
libpipewire-module-session-manager = null
|
2020-12-31 21:45:36 +01:00
|
|
|
}
|
2019-05-31 15:06:44 +02:00
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.objects = {
|
2021-02-11 22:09:18 +02:00
|
|
|
#<factory-name> = {
|
|
|
|
|
# [ args = { <key> = <value> ... } ]
|
|
|
|
|
# [ flags = [ [ nofail ] ]
|
|
|
|
|
#}
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
|
|
|
|
# Creates an object from a PipeWire factory with the given parameters.
|
2021-02-08 17:14:02 +00:00
|
|
|
# If nofail is given, errors are ignored (and no object is created).
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
2021-02-11 22:09:18 +02:00
|
|
|
#spa-node-factory = { args = { factory.name = videotestsrc node.name = videotestsrc Spa:Pod:Object:Param:Props:patternType = 1 } }
|
|
|
|
|
#spa-device-factory = { args = { factory.name = api.jack.device foo=bar } flags = [ nofail ] }
|
|
|
|
|
#spa-device-factory = { args = { factory.name = api.alsa.enum.udev } }
|
|
|
|
|
#spa-device-factory = { args = { factory.name = api.alsa.seq.bridge node.name = Internal-MIDI-Bridge } }
|
|
|
|
|
#adapter = { args = { factory.name = audiotestsrc node.name = my-test } }
|
|
|
|
|
#spa-node-factory = { args = { factory.name = api.vulkan.compute.source node.name = my-compute-source } }
|
2021-01-17 11:42:42 +01:00
|
|
|
|
|
|
|
|
# A default dummy driver. This handles nodes marked with the "node.always-driver"
|
|
|
|
|
# property when no other driver is currently active. JACK clients need this.
|
2021-02-02 17:44:28 +01:00
|
|
|
spa-node-factory = {
|
2021-02-08 17:19:47 +01:00
|
|
|
args = {
|
2021-02-11 22:09:18 +02:00
|
|
|
factory.name = support.node.driver
|
|
|
|
|
node.name = Dummy-Driver
|
2021-02-08 17:19:47 +01:00
|
|
|
priority.driver = 8000
|
2021-02-02 17:44:28 +01:00
|
|
|
}
|
|
|
|
|
}
|
2021-02-09 18:15:54 +01:00
|
|
|
# This creates a new Source node. It will have input ports
|
|
|
|
|
# that you can link, to provide audio for this source.
|
|
|
|
|
#adapter = {
|
|
|
|
|
# args = {
|
2021-02-12 13:15:45 +01:00
|
|
|
# factory.name = support.null-audio-sink
|
|
|
|
|
# node.name = my-mic
|
|
|
|
|
# node.description = Microphone
|
|
|
|
|
# media.class = Audio/Source/Virtual
|
|
|
|
|
# audio.position = "FL,FR"
|
|
|
|
|
# }
|
|
|
|
|
#}
|
|
|
|
|
|
|
|
|
|
# This creates a single PCM source device for the given
|
|
|
|
|
# alsa device path hw:0. You can change source to sink
|
|
|
|
|
# to make a sink in the same way.
|
|
|
|
|
#adapter = {
|
|
|
|
|
# args = {
|
|
|
|
|
# factory.name = api.alsa.pcm.source
|
|
|
|
|
# node.name = alsa-source
|
|
|
|
|
# node.description = "PCM Source"
|
|
|
|
|
# media.class = Audio/Source
|
|
|
|
|
# api.alsa.path = hw:0
|
|
|
|
|
# #api.alsa.period-size = 1024
|
|
|
|
|
# #api.alsa.headroom = 0
|
|
|
|
|
# #api.alsa.disable-mmap = false
|
|
|
|
|
# #api.alsa.disable-batch = false
|
|
|
|
|
# #audio.format = "S16LE
|
|
|
|
|
# #audio.rate = 48000
|
|
|
|
|
# #audio.channels = 2
|
|
|
|
|
# #audio.position = "FL,FR"
|
2021-02-09 18:15:54 +01:00
|
|
|
# }
|
|
|
|
|
#}
|
2020-12-31 21:45:36 +01:00
|
|
|
}
|
2020-03-03 12:15:49 +01:00
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.exec = {
|
2021-02-11 22:09:18 +02:00
|
|
|
#<program-name> = { [ args = "<arguments>" ] }
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
|
|
|
|
# Execute the given program with arguments.
|
|
|
|
|
#
|
|
|
|
|
# Start the session manager. Run the session manager with -h for
|
|
|
|
|
# options.
|
|
|
|
|
#
|
2021-02-11 22:09:18 +02:00
|
|
|
"@media_session_path@" = { args = "" }
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
|
|
|
|
# You can optionally start the pulseaudio-server here as well
|
|
|
|
|
# but it better to start it as a systemd service.
|
|
|
|
|
# It can be interesting to start another daemon here that listens
|
2021-02-08 21:38:20 +00:00
|
|
|
# on another address with the -a option (eg. -a tcp:4713).
|
2020-12-31 16:42:41 +01:00
|
|
|
#
|
2021-02-11 21:01:58 +01:00
|
|
|
#"@pipewire_path@" = { args = "-c pipewire-pulse.conf" }
|
2020-12-31 16:42:41 +01:00
|
|
|
}
|