Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wireplumber
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
wireplumber
Commits
89d300ea
Commit
89d300ea
authored
4 years ago
by
George Kiagiadakis
Browse files
Options
Downloads
Patches
Plain Diff
docs: update daemon/running.md
pipewire.conf uses a different format now
parent
823abe03
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/daemon/running.md
+12
-9
12 additions, 9 deletions
docs/daemon/running.md
with
12 additions
and
9 deletions
docs/daemon/running.md
+
12
−
9
View file @
89d300ea
...
...
@@ -9,19 +9,22 @@ to disable and replace with WirePlumber. This can be achieved by editing
```
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
index
b659d460..93299ec2
100644
index
cebded96..dee1743b
100644
--- a/src/daemon/pipewire.conf.in
+++ b/src/daemon/pipewire.conf.in
@@ -73,4 +73,4 @@
create-object spa-node-factory factory.name=support.node.driver node.name=Dummy
# 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 alsa-seq,alsa-pcm,bluez5,metadata
+exec wireplumber
@@ -99,7 +99,8 @@
exec = {
# Start the session manager. Run the session manager with -h for
# options.
#
- "@media_session_path@" = { args = ""}
+ #"@media_session_path@" = { args = ""}
+ "wireplumber" = {}
#
# You can optionally start the pulseaudio-server here as well
# but it better to start it as a systemd service.
```
This setup assumes that WirePlumber is
*installed*
on the target system.
If you wish
## Run independently or without installing
...
...
@@ -29,7 +32,7 @@ If you wish to debug WirePlumber, it may be useful to run it separately from
PipeWire or run it directly from the source tree without installing.
To do so:
1.
Comment out with
`#`
the
`
exec
`
line from
`pipewire.conf`
1.
Comment out with
`#`
the
`
"wireplumber" = {}
`
line from
`pipewire.conf`
2.
Run pipewire:
-
if it is installed, execute
`pipewire`
-
if it is
**not**
installed, execute
`make run`
in the
**pipewire**
source tree
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment