summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-10 01:02:28 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-10 01:02:31 +0200
commit3852f523deeb4faaa157609d995f11ccf806fa8d (patch)
tree5760d648443a9d13ec4c5cd3a7d32c63bd0ec3df /doc
parent382b75177922d8aea61f710f5acc14ff1b20f9ff (diff)
Clarify encoding server port description in the manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/dcpomatic.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml
index af22f1b79..4523d7c04 100644
--- a/doc/manual/dcpomatic.xml
+++ b/doc/manual/dcpomatic.xml
@@ -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>