diff --git a/docs/source/about/advanced_usage.rst b/docs/source/about/advanced_usage.rst index f205e487..b8613850 100644 --- a/docs/source/about/advanced_usage.rst +++ b/docs/source/about/advanced_usage.rst @@ -443,7 +443,28 @@ port ^^^^ Description - Set the family of ports used by Sunshine. + Set the family of ports used by Sunshine. Changing this value will offset other ports per the table below. + +.. table:: + :widths: auto + + ================ ============ =========================== + Port Description Default Port Difference from config port + ================ ============ =========================== + HTTPS 47984 TCP -5 + HTTP 47989 TCP 0 + Web 47990 TCP +1 + RTSP 48010 TCP +21 + Video 47998 UDP +9 + Control 47999 UDP +10 + Audio 48000 UDP +11 + tbd 48002 UDP +13 + ================ ============ =========================== + +.. Attention:: Custom ports are only allowed on select Moonlight clients. + +.. Todo:: Determine the function of port 48002 UDP. See + `here `_. Default ``47989`` diff --git a/docs/source/about/installation.rst b/docs/source/about/installation.rst index 7c7d0f61..eecdc04f 100644 --- a/docs/source/about/installation.rst +++ b/docs/source/about/installation.rst @@ -188,7 +188,7 @@ Portfile Add this line, replacing your username, below the line that starts with ``rsync``. - file://Users//ports + ``file:///Users//ports`` ``Ctrl+x``, then ``Y`` to exit and save changes. @@ -197,7 +197,7 @@ Portfile .. code-block:: bash mkdir -p ~/ports/multimedia/sunshine - mv ~/Downlaods/Portfile ~/ports/multimedia/sunshine + mv ~/Downloads/Portfile ~/ports/multimedia/sunshine/ cd ~/ports portindex sudo port install sunshine diff --git a/docs/source/about/usage.rst b/docs/source/about/usage.rst index 1870c703..f1012192 100644 --- a/docs/source/about/usage.rst +++ b/docs/source/about/usage.rst @@ -39,9 +39,9 @@ Usage Network ------- -Sunshine will be available on port 47990 by default. +The Sunshine user interface will be available on port 47990 by default. -.. Danger:: Do not expose port 47990, or the web ui, to the internet! +.. Warning:: Exposing ports to the internet can be dangerous. Do this at your own risk. Arguments ---------