PipeWire 1.0.5
|
The simple protocol provides a bidirectional audio stream on a network socket.
It is meant to be used with the simple protocol player
app, available on Android to play and record a stream.
Each client that connects will create a capture and/or playback stream, depending on the configuration options.
libpipewire-module-protocol-simple
capture
: boolean if capture is enabled. This will create a capture stream for each connected client.playback
: boolean if playback is enabled. This will create a playback stream for each connected client.capture.node
: an optional node serial or name to use for capture.playback.node
: an optional node serial or name to use for playback.server.address = []
: an array of server addresses to listen on as tcp:(<ip>:)<port>.Options with well-known behavior.
By default the server will work with stereo 16 bits samples at 44.1KHz.