mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
55 lines
1.6 KiB
XML
55 lines
1.6 KiB
XML
<?xml version="1.0"?><!--*-nxml-*-->
|
|
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
|
|
|
|
<!--
|
|
This file is part of PipeWire.
|
|
-->
|
|
|
|
<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 <@PACKAGE_BUGREPORT@>; 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>
|