2020-12-31 11:46:54 +01:00
|
|
|
# media-session config file
|
2020-12-31 21:45:36 +01:00
|
|
|
properties = {
|
2020-12-31 13:06:17 +01:00
|
|
|
# Properties to configure the session and some
|
|
|
|
|
# modules
|
2021-01-19 12:17:29 +01:00
|
|
|
#mem.mlock-all = false
|
2020-12-31 13:06:17 +01:00
|
|
|
|
2020-12-31 21:45:36 +01:00
|
|
|
}
|
2020-12-31 10:19:48 +01:00
|
|
|
|
2020-12-31 21:45:36 +01:00
|
|
|
spa-libs = {
|
2020-12-31 10:19:48 +01:00
|
|
|
# Mapping from factory name to library.
|
|
|
|
|
|
|
|
|
|
api.bluez5.* = bluez5/libspa-bluez5
|
|
|
|
|
api.alsa.* = alsa/libspa-alsa
|
|
|
|
|
api.v4l2.* = v4l2/libspa-v4l2
|
|
|
|
|
api.libcamera.* = libcamera/libspa-libcamera
|
2020-12-31 21:45:36 +01:00
|
|
|
}
|
2020-12-30 13:12:48 +01:00
|
|
|
|
2020-12-31 21:45:36 +01:00
|
|
|
modules = {
|
2020-12-31 10:19:48 +01:00
|
|
|
# These are the modules that are enabled when a file with
|
|
|
|
|
# the key name is found in the media-session.d config directory.
|
|
|
|
|
# the default bundle is always enabled.
|
2020-12-30 13:12:48 +01:00
|
|
|
|
2020-12-31 10:19:48 +01:00
|
|
|
default = [
|
2020-12-31 21:45:36 +01:00
|
|
|
flatpak # manages flatpak access
|
|
|
|
|
portal # manage portal permissions
|
|
|
|
|
v4l2 # video for linux udev detection
|
|
|
|
|
#libcamera # libcamera udev detection
|
|
|
|
|
suspend-node # suspend inactive nodes
|
|
|
|
|
policy-node # configure and link nodes
|
|
|
|
|
#metadata # export metadata API
|
|
|
|
|
#default-nodes # restore default nodes
|
|
|
|
|
#default-profile # restore default profiles
|
|
|
|
|
#default-routes # restore default route
|
2021-01-17 00:31:47 +02:00
|
|
|
#streams-follow-default # move streams when default changes
|
2020-12-31 21:45:36 +01:00
|
|
|
#alsa-seq # alsa seq midi support
|
|
|
|
|
#alsa-monitor # alsa udev detection
|
|
|
|
|
#bluez5 # bluetooth support
|
|
|
|
|
#restore-stream # restore stream settings
|
2020-12-31 10:19:48 +01:00
|
|
|
]
|
|
|
|
|
with-audio = [
|
2020-12-31 21:45:36 +01:00
|
|
|
metadata
|
|
|
|
|
default-nodes
|
|
|
|
|
default-profile
|
|
|
|
|
default-routes
|
|
|
|
|
alsa-seq
|
|
|
|
|
alsa-monitor
|
2020-12-31 10:19:48 +01:00
|
|
|
]
|
|
|
|
|
with-alsa = [
|
2020-12-31 21:45:36 +01:00
|
|
|
with-audio
|
2020-12-31 10:19:48 +01:00
|
|
|
]
|
|
|
|
|
with-jack = [
|
2020-12-31 21:45:36 +01:00
|
|
|
with-audio
|
2020-12-31 10:19:48 +01:00
|
|
|
]
|
|
|
|
|
with-pulseaudio = [
|
2020-12-31 21:45:36 +01:00
|
|
|
with-audio
|
|
|
|
|
bluez5
|
|
|
|
|
restore-stream
|
2021-01-17 00:31:47 +02:00
|
|
|
streams-follow-default
|
2020-12-30 13:12:48 +01:00
|
|
|
]
|
|
|
|
|
}
|