Clarify encoding server port description in the manual.
authorCarl Hetherington <cth@carlh.net>
Wed, 9 Apr 2025 23:02:28 +0000 (01:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Apr 2025 23:02:31 +0000 (01:02 +0200)
doc/manual/dcpomatic.xml

index af22f1b79c7cf5f1b56b033ea2ba2cb7259660d4..4523d7c04a6f6d611522b1838eda1a7e4a846001 100644 (file)
@@ -3651,12 +3651,19 @@ without touching your standard operating system install.
 
 <para>For encoding servers to work, some TCP/IP ports must be open.</para>
 
-<para>With the default configuration, encoding servers need to be able to receive
-requests on port 6192.  In order for masters to find a server automatically on
-the network, the server must also have port 6193 open.</para>
+<para>Encoding servers require open ports:</para>
 
-<para>To be able to discover encoding servers on the network, the master must
-have port 6194 open (and also 6195 if the batch converter is being used).</para>
+<itemizedlist>
+<listitem><code>6192/tcp</code></listitem>
+<listitem><code>6193/udp</code> to be discoverable on the network</listitem>
+</itemizedlist>
+
+<para>Master machines require open ports:</para>
+
+<itemizedlist>
+<listitem><code>6194/tcp</code> to discover servers</listitem>
+<listitem><code>6195/tcp</code> to discover servers for batch conversion</listitem>
+</itemizedlist>
 
 </section>