Sponsor:

Your company here, and a link to your site. Click to find out more.

libpipewire-module-pulse-tunnel - Man Page

Pulse Tunnel

Description

The pulse-tunnel module provides a source or sink that tunnels all audio to a remote PulseAudio connection.

It is usually used with the PulseAudio or module-protocol-pulse on the remote end to accept the connection.

This module is usually used together with module-zeroconf-discover that will automatically load the tunnel with the right parameters based on zeroconf information.

Module Name

libpipewire-module-pulse-tunnel

Module Options

General Options

Options with well-known behavior.

Example Configuration of a Virtual Sink

context.modules = [
{   name = libpipewire-module-pulse-tunnel
    args = {
        tunnel.mode = sink
        # Set the remote address to tunnel to
        pulse.server.address = "tcp:192.168.1.126"
        #pulse.latency = 200
        #audio.rate=<sample rate>
        #audio.channels=<number of channels>
        #audio.position=<channel map>
        #target.object=<remote target name>
        stream.props = {
            # extra sink properties
        }
    }
}
]

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire