diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-10 00:28:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-10 00:28:25 +0200 |
| commit | 382b75177922d8aea61f710f5acc14ff1b20f9ff (patch) | |
| tree | a849f79786fdd6badf3e8bbba8c614e69355028e /doc | |
| parent | 025caae86d64302376c75fa4333f20253a5ee896 (diff) | |
Document encoding server port requirements (#3011).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual/dcpomatic.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 891c4b7e1..af22f1b79 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -3646,6 +3646,20 @@ PC from the CD or USB stick and it becomes a DCP-o-matic server without touching your standard operating system install. </para> +<section> +<title>Ports</title> + +<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>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> + +</section> + </section> <!-- ============================================================== --> |
