Sponsor:

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

libpipewire-module-raop-sink - Man Page

AirPlay Sink

Description

Creates a new Sink to stream to an Airplay device.

Normally this sink is automatically created with RAOP Discover with the right parameters but it is possible to manually create a RAOP sink as well.

Module Name

libpipewire-module-raop-sink

Module Options

Options specific to the behavior of this module

Options with well-known behavior.

Example Configuration

context.modules = [
{   name = libpipewire-module-raop-sink
    args = {
        # Set the remote address to tunnel to
        raop.ip = "127.0.0.1"
        raop.port = 8190
        raop.name = "my-raop-device"
        raop.hostname = "My Service"
        #raop.transport = "udp"
        raop.encryption.type = "RSA"
        #raop.audio.codec = "PCM"
        #raop.password = "****"
        #audio.format = "S16"
        #audio.rate = 44100
        #audio.channels = 2
        #audio.position = [ FL FR ]
        stream.props = {
            # extra sink properties
        }
    }
}
]

See Also

RAOP Discover

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire