mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-31 16:12:33 +02:00
2021-04-14 Fred Gleason <fredg@paravelsystems.com>
* Documented the 'MeterPortBaseNumber=' and 'MeterPointRange=' directives in the rd.conf(5) man page. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
d94c9c8cfb
commit
64fbb537c2
@ -20743,3 +20743,6 @@
|
|||||||
* Changed the way in which the VU Meter UDP port is chosen. One
|
* Changed the way in which the VU Meter UDP port is chosen. One
|
||||||
can now specify the base port number and the maximum number of UDP
|
can now specify the base port number and the maximum number of UDP
|
||||||
ports to consider when caed(8) sets up the VU meter port.
|
ports to consider when caed(8) sets up the VU meter port.
|
||||||
|
2021-04-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Documented the 'MeterPortBaseNumber=' and 'MeterPointRange='
|
||||||
|
directives in the rd.conf(5) man page.
|
||||||
|
@ -789,6 +789,34 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<userinput>MeterPortBaseNumber = </userinput><replaceable>udp-port</replaceable>
|
||||||
|
</term>
|
||||||
|
<term>
|
||||||
|
<userinput>MeterPortRange = </userinput><replaceable>size</replaceable>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
These parameters define the range of UDP ports to reserve for
|
||||||
|
processing audio meter updates. The
|
||||||
|
<userinput>MeterPortBaseNumber</userinput> parameter specifies
|
||||||
|
the first port in the range (valid values between
|
||||||
|
<userinput>1</userinput> and <userinput>32767</userinput>) while
|
||||||
|
<userinput>MeterPortRange</userinput> specifies how many ports
|
||||||
|
to reserve (valid values between
|
||||||
|
<userinput>1</userinput> and <userinput>999</userinput>).
|
||||||
|
The default values
|
||||||
|
are <userinput>30000</userinput> and <userinput>100</userinput>
|
||||||
|
respectively.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
It should seldom be necessary to change these.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user