From 230f97a4a4dc22510a19add8b2df0533a359846c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Jun 2006 23:56:54 +0000 Subject: s/POLYP/PULSE/g git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1041 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/FAQ.html.in | 10 +++++----- doc/modules.html.in | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/FAQ.html.in b/doc/FAQ.html.in index 6b83cf77..39b7390a 100644 --- a/doc/FAQ.html.in +++ b/doc/FAQ.html.in @@ -103,7 +103,7 @@ in ~/.pulse/.

  • How do I use PulseAudio over the network?

    -

    Just set $POLYP_SERVER to the host name of the PulseAudio +

    Just set $PULSE_SERVER to the host name of the PulseAudio server. For authentication you need the same auth cookies on all sides. For that copy ~./pulse-cookie to all clients that shall be allowed to connect.

    @@ -116,9 +116,9 @@ be allowed to connect.

  • What environment variables does PulseAudio care about?

    -

    The client honors: POLYP_SINK (default sink to connect to), POLYP_SOURCE (default source to connect to), POLYP_SERVER (default server to connect to, like ESPEAKER), POLYP_BINARY (the binary to start when autospawning a daemon), POLYP_CLIENTCONFIG (path to the client configuration file).

    +

    The client honors: PULSE_SINK (default sink to connect to), PULSE_SOURCE (default source to connect to), PULSE_SERVER (default server to connect to, like ESPEAKER), PULSE_BINARY (the binary to start when autospawning a daemon), PULSE_CLIENTCONFIG (path to the client configuration file).

    -

    The daemon honors: POLYP_SCRIPT (default CLI script file run after startup), POLYP_CONFIG (default daemon configuration file), POLYP_DLPATH (colon separated list of paths where to look for modules)

  • +

    The daemon honors: PULSE_SCRIPT (default CLI script file run after startup), PULSE_CONFIG (default daemon configuration file), PULSE_DLPATH (colon separated list of paths where to look for modules)

  • I saw that SIGUSR2 provokes loading of the module module-cli-protocol-unix. But how do I make use of that?

    @@ -140,8 +140,8 @@ bidilink unix-client:/tmp/pulse-$USER/cli

    The following rule applies:

    1. If the the application using the library specifies a server to connect to it is used. If the connection fails, the library fails too.
    2. -
    3. If the environment variable POLYP_SERVER is defined the library connects to that server. If the connection fails, the library fails too.
    4. -
    5. If $DISPLAY is set, the library tries to connect to that server and looks for the root window property POYLP_SERVER for the host to connect to. If POLYP_COOKIE is set it is used as authentication cookie.
    6. +
    7. If the environment variable PULSE_SERVER is defined the library connects to that server. If the connection fails, the library fails too.
    8. +
    9. If $DISPLAY is set, the library tries to connect to that server and looks for the root window property POYLP_SERVER for the host to connect to. If PULSE_COOKIE is set it is used as authentication cookie.
    10. If the client configuration file (~/.pulse/client.conf or /etc/pulse/client.conf) sets the server address, the library connects to that server. If the connection fails, the library fails too.
    11. The library tries to connect to the default local UNIX socket for PulseAudio servers. If the connection fails, it proceeds with the next item.
    12. The library tries to connect to the default local TCP socket for PulseAudio servers. If the connection fails, it proceeds with the next item.
    13. diff --git a/doc/modules.html.in b/doc/modules.html.in index dbad8d63..23ece954 100644 --- a/doc/modules.html.in +++ b/doc/modules.html.in @@ -314,8 +314,8 @@ as module-cli-protocol-tcp.

      Publishes the access credentials to the Polypaudio server in the X11 root window. The following properties are used: -POLYP_SERVER, POYLP_SINK, POLYP_SOURCE, -POLYP_COOKIE. This is very useful when using SSH or any other +PULSE_SERVER, POYLP_SINK, PULSE_SOURCE, +PULSE_COOKIE. This is very useful when using SSH or any other remote login tool for logging into other machines and getting audio playback to your local speakers. The Polypaudio client libraries make use of this data automatically. Instead of using this module you may -- cgit