Talk:Pipewire

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

Example config

My stock Gentoo /etc/pipewire/pipewire.conf does not look like the one in here.

Instead of:

FILE /etc/pipewire/pipewire.conf
#
# You can optionally start the pulseaudio-server here as well
# but it better to start it as a systemd service.
# It can be interesting to start another daemon here that listens
# on another address with the -a option (eg. -a tcp:4713)
#
exec /usr/bin/pipewire-pulse

Mine looks like:

FILE /etc/pipewire/pipewire.conf
exec = {
    ## <program-name> = { [args = "<arguments>"] }
    #
    # Execute the given program with arguments.
    #
    # Start the session manager. Run the session manager with -h for
    # options.
    #
    # The bluetooth module is disabled by default because it causes
    # conflicts with PulseAudio. If you disable PulseAudio or don't
    # load its bluetooth module, you can enable it here with -e bluez5
    #
    "/usr/bin/pipewire-media-session" = { args = ""}
    #
    # You can optionally start the pulseaudio-server here as well
    # but it better to start it as a systemd service.
    # It can be interesting to start another daemon here that listens
    # on another address with the -a option (eg. -a tcp:4713)
    #
    #"/usr/bin/pipewire-pulse" = { "#args" = "-a tcp:4713" }
}

Since most Gentoo installs avoid systemd(umb), why does it suggest using systemd(umber)? — The preceding unsigned comment was added by Gemiller (talkcontribs)


-- The config format change between 0.3.18 and 0.3.20. Also options for systemd and other are provided

Naib (talk) 12:03, 7 February 2021 (UTC)