mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
example: add example external bluez devices
Add an example for how to monitor devices, and make nodes that can be used to stream bluetooth out of the daemon process.
This commit is contained in:
parent
e1cbdaed0b
commit
de51046fd5
2 changed files with 430 additions and 0 deletions
|
|
@ -38,6 +38,13 @@ executable('media-session',
|
|||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
executable('bluez-session',
|
||||
'bluez-session.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
if sdl_dep.found()
|
||||
executable('video-play',
|
||||
'video-play.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue