update docs
- add information about various ports - correct typos in macos installation instructions
This commit is contained in:
@@ -443,7 +443,28 @@ port
|
|||||||
^^^^
|
^^^^
|
||||||
|
|
||||||
Description
|
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 <https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide#manual-port-forwarding-advanced>`_.
|
||||||
|
|
||||||
Default
|
Default
|
||||||
``47989``
|
``47989``
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ Portfile
|
|||||||
|
|
||||||
Add this line, replacing your username, below the line that starts with ``rsync``.
|
Add this line, replacing your username, below the line that starts with ``rsync``.
|
||||||
|
|
||||||
file://Users/<username>/ports
|
``file:///Users/<username>/ports``
|
||||||
|
|
||||||
``Ctrl+x``, then ``Y`` to exit and save changes.
|
``Ctrl+x``, then ``Y`` to exit and save changes.
|
||||||
|
|
||||||
@@ -197,7 +197,7 @@ Portfile
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
mkdir -p ~/ports/multimedia/sunshine
|
mkdir -p ~/ports/multimedia/sunshine
|
||||||
mv ~/Downlaods/Portfile ~/ports/multimedia/sunshine
|
mv ~/Downloads/Portfile ~/ports/multimedia/sunshine/
|
||||||
cd ~/ports
|
cd ~/ports
|
||||||
portindex
|
portindex
|
||||||
sudo port install sunshine
|
sudo port install sunshine
|
||||||
|
|||||||
@@ -39,9 +39,9 @@ Usage
|
|||||||
|
|
||||||
Network
|
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
|
Arguments
|
||||||
---------
|
---------
|
||||||
|
|||||||
Reference in New Issue
Block a user