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
268f97e7
Commit
268f97e7
authored
5 years ago
by
Julian Bouzas
Browse files
Options
Downloads
Patches
Plain Diff
docs: add test examples for pulseaudio, jack and video clients
parent
d9abbf81
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.md
+29
-0
29 additions, 0 deletions
docs/daemon.md
with
29 additions
and
0 deletions
docs/daemon.md
+
29
−
0
View file @
268f97e7
...
...
@@ -40,6 +40,35 @@ $ gst-launch-1.0 audiotestsrc ! pwaudiosink
Note that
`pwaudiosink`
is currently only available in the
`agl-next`
branch.
It is also possible to easily test
*pulseaudio*
and
*jack*
audio clients with
**mplayer**
. For example, for pulse clients, do:
```
$ make shell
$ mplayer -ao pulse file.mp3
```
For jack clients, do:
```
$ make shell
$ mplayer -ao jack file.mp3
```
Note that
*pipewire-pulseaudio*
and
*pipewire-jack*
compatibility libraries from
the
**pipewire**
project need to be installed.
## Testing with a video client
Video capturing is also possible using the pipewiresrc
**gstreamer**
element, which
is included by default when installing
**pipewire**
. You can capture video buffers
from the default camera by doing the following:
```
$ make shell
$ gst-launch-1.0 pipewiresrc ! videoconvert ! ximagesink
```
## Debugging
The Makefile included with WirePlumber also supports the
`gdb`
and
`valgrind`
...
...
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