Blame | Last modification | View Log | RSS feed
#daemon config file for PipeWire version "0.3.6"## set-prop is used to configure properties in the system##set-prop library.name.system support/libspa-support#set-prop context.data-loop.library.name.system support/libspa-support#set-prop link.max-buffers 64set-prop link.max-buffers 16 # version < 3 clients can't handle more#set-prop mem.allow-mlock true#set-prop log.level 2## Properties for the DSP configuration##set-prop default.clock.rate 48000#set-prop default.clock.quantum 1024#set-prop default.clock.min-quantum 32#set-prop default.clock.max-quantum 8192#set-prop default.video.width 640#set-prop default.video.height 480#set-prop default.video.rate.num 25#set-prop default.video.rate.denom 1## add-spa-lib <factory-name regex> <library-name>## used to find spa factory names. It maps an spa factory name# regular expression to a library name that should contain# that factory.#add-spa-lib audio.convert* audioconvert/libspa-audioconvertadd-spa-lib api.alsa.* alsa/libspa-alsaadd-spa-lib api.v4l2.* v4l2/libspa-v4l2add-spa-lib api.libcamera.* libcamera/libspa-libcameraadd-spa-lib api.bluez5.* bluez5/libspa-bluez5add-spa-lib api.vulkan.* vulkan/libspa-vulkanadd-spa-lib api.jack.* jack/libspa-jackadd-spa-lib support.* support/libspa-support#add-spa-lib videotestsrc videotestsrc/libspa-videotestsrc#add-spa-lib audiotestsrc audiotestsrc/libspa-audiotestsrc## load-module [-ifexists] <module-name> [<key>=<value> ...]## Loads a module with the given parameters. Normally failure is# fatal if the module is not found, unless -ifexists is given.#load-module libpipewire-module-rtkit # rt.prio=20 rt.time.soft=200000 rt.time.hard=200000load-module libpipewire-module-protocol-nativeload-module libpipewire-module-profilerload-module libpipewire-module-metadataload-module libpipewire-module-spa-device-factoryload-module libpipewire-module-spa-node-factoryload-module libpipewire-module-client-nodeload-module libpipewire-module-client-deviceload-module libpipewire-module-accessload-module libpipewire-module-portalload-module libpipewire-module-adapterload-module libpipewire-module-link-factoryload-module libpipewire-module-session-manager## create-object [-nofail] <factory-name> [<key>=<value> ...]## Creates an object from a PipeWire factory with the given parameters.# If -nofail is given, errors are ignored (and no object is created)##create-object spa-node-factory factory.name=videotestsrc node.name=videotestsrc Spa:Pod:Object:Param:Props:patternType=1#create-object -nofail spa-device-factory factory.name=api.jack.device foo=bar#create-object spa-device-factory factory.name=api.alsa.enum.udev#create-object spa-device-factory factory.name=api.alsa.seq.bridge node.name=Internal-MIDI-Bridge#create-object adapter factory.name=audiotestsrc node.name=my-test#create-object spa-node-factory factory.name=api.vulkan.compute.source node.name=my-compute-sourcecreate-object spa-node-factory factory.name=support.node.driver node.name=Dummy priority.master=8000## exec <program-name>## Execute the given program. This is usually used to start the# session manager. run the session manager with -h for options#exec pipewire-media-session -d bluez5 # -d alsa-seq,alsa-pcm,metadata