summaryrefslogtreecommitdiff
path: root/man/pipewire.conf.5.xml.in
blob: 03fa6467f2e6f1c81bb06e5e646de1f3b8472341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0"?><!--*-nxml-*-->
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>

<!--
This file is part of PipeWire.

PipeWire is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.

PipeWire is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with PipeWire; if not, see <http://www.gnu.org/licenses/>.
-->

<manpage name="pipewire.conf" section="5" desc="The PipeWire server configuration file">

  <synopsis>
    <p><file>@PIPEWIRE_CONFIG_DIR@/pipewire.conf</file></p>
  </synopsis>

  <description>
    <p>PipeWire is a service that allows access to multimedia devices
    and allows media sharing between applications. </p>

    <p>On startup, the daemon reads a configuration file to configure
    itself. It executes a series of commands listed in the config
    file.</p>

    <p>The config file in the default location is used but the
    environment variable PIPEWIRE_CONFIG_FILE can be used to specify
    an alternative config file.</p>
  </description>

  <section name="General Commands">

    <option>
      <p><opt>help</opt></p>
      <optdesc><p>Show a quick help on the commands available.</p></optdesc>
    </option>
  </section>

  <section name="Module Management">
    <option>
      <p><opt>load-module</opt> <arg>name</arg> [<arg>arguments...</arg>]</p>
      <optdesc><p>Load a module specified by its name and arguments. For most
      modules it is OK to be loaded more than once.</p></optdesc>
    </option>
  </section>

  <section name="Authors">
    <p>The PipeWire Developers &lt;@PACKAGE_BUGREPORT@&gt;; PipeWire is available from <url href="@PACKAGE_URL@"/></p>
  </section>

  <section name="See also">
    <p>
      <manref name="pipewire" section="1"/>,
      <manref name="pipewire-monitor" section="1"/>,
    </p>
  </section>

</manpage>