aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipewire-ic-ipc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipewire-ic-ipc.conf')
-rw-r--r--src/pipewire-ic-ipc.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/pipewire-ic-ipc.conf b/src/pipewire-ic-ipc.conf
new file mode 100644
index 0000000..d2c1f18
--- /dev/null
+++ b/src/pipewire-ic-ipc.conf
@@ -0,0 +1,27 @@
+context.properties = {
+ support.dbus = false
+ core.daemon = false
+ #log.level = 2
+ application.name = pipewire-ic-ipc
+}
+
+context.spa-libs = {
+ support.* = support/libspa-support
+}
+
+context.modules = [
+ # The Instrument Cluster IPC server
+ { name = libpipewire-module-protocol-ic-ipc
+ args = {
+ #icipc.name = icipc-0
+ #remote.name = pipewire-0
+ }
+ }
+
+ # The native communication protocol.
+ { name = libpipewire-module-protocol-native }
+
+ # Allows applications to create metadata objects. It creates
+ # a factory for Metadata objects.
+ { name = libpipewire-module-metadata }
+]