Sponsor:

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

libpipewire-module-raop-discover - Man Page

RAOP Discover

Description

Automatically creates RAOP (Airplay) sink devices based on zeroconf information.

This module will load module-raop-sink for each announced stream that matches the rule with the create-stream action.

If no stream.rules are given, it will create a sink for all announced streams.

Module Name

libpipewire-module-raop-discover

Module Options

Options specific to the behavior of this module

Example Configuration

context.modules = [
{   name = libpipewire-raop-discover
    args = {
        #raop.latency.ms = 1000
        stream.rules = [
            {   matches = [
                    {    raop.ip = "~.*"
                         #raop.ip.version = 4 | 6
                         #raop.ip.version = 4
                         #raop.port = 1000
                         #raop.name = ""
                         #raop.hostname = ""
                         #raop.domain = ""
                         #raop.device = ""
                         #raop.transport = "udp" | "tcp"
                         #raop.encryption.type = "RSA" | "auth_setup" | "none"
                         #raop.audio.codec = "PCM" | "ALAC" | "AAC" | "AAC-ELD"
                         #audio.channels = 2
                         #audio.format = "S16" | "S24" | "S32"
                         #audio.rate = 44100
                         #device.model = ""
                    }
                ]
                actions = {
                    create-stream = {
                        #raop.password = ""
                        stream.props = {
                            #target.object = ""
                            #media.class = "Audio/Sink"
                        }
                    }
                }
            }
        ]
    }
}
]

See Also

AirPlay Sink

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire