From 3852f523deeb4faaa157609d995f11ccf806fa8d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Apr 2025 01:02:28 +0200 Subject: Clarify encoding server port description in the manual. --- doc/manual/dcpomatic.xml | 17 ++++++++++++----- 1 file 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. For encoding servers to work, some TCP/IP ports must be open. -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. +Encoding servers require open ports: -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). + +6192/tcp +6193/udp to be discoverable on the network + + +Master machines require open ports: + + +6194/tcp to discover servers +6195/tcp to discover servers for batch conversion + -- cgit v1.2.3