Self-hosted game stream host for Moonlight.
Go to file
2023-04-22 17:43:01 -04:00
.github versioning: fix release versions (#1122) 2023-04-01 16:52:34 -04:00
cmake
docker build(deps): update fedora dependencies (#1206) 2023-04-22 17:43:01 -04:00
docs build(deps): bump sphinx-copybutton from 0.5.1 to 0.5.2 (#1182) 2023-04-16 12:02:54 -04:00
packaging Flatpak: update to org.freedesktop.Platform 22.08 (#936) 2023-03-26 21:00:41 -04:00
scripts clang: adjust formatting rules (#1015) 2023-03-27 21:45:29 -04:00
src fix(web ui): add response headers (#1190) 2023-04-18 17:41:45 -04:00
src_assets Fix color conversion for SDR FP16 capture formats 2023-04-14 19:34:06 -05:00
third-party Bump third-party/moonlight-common-c from d3cb813 to c9426a6 (#1089) 2023-03-28 14:34:59 -04:00
tools Stop the service if the user quits via the tray icon 2023-04-16 16:16:03 -05:00
.clang-format clang: adjust formatting rules (#1015) 2023-03-27 21:45:29 -04:00
.dockerignore Versioning improvements (#768) 2023-03-09 18:13:57 -05:00
.flake8
.gitignore
.gitmodules add tray icon (#1035) 2023-03-15 16:30:18 -04:00
.prettierrc.json
.readthedocs.yaml
CHANGELOG.md v0.19.1 prep (#1108) 2023-03-30 09:10:58 -04:00
CMakeLists.txt add X11 to PLATFORM_LIBARIES when found 2023-04-11 21:20:24 -05:00
crowdin.yml
DOCKER_README.md aur: move docker build (#895) 2023-02-13 15:27:51 -05:00
LICENSE
NOTICE
package.json Bump @fortawesome/fontawesome-free from 6.3.0 to 6.4.0 (#1088) 2023-03-28 13:57:49 -04:00
qodana-js.yaml ci: add qodana (#1052) 2023-03-21 15:37:36 -04:00
qodana-python.yaml ci: add qodana (#1052) 2023-03-21 15:37:36 -04:00
README.rst docker: updates to docker images (#942) 2023-02-20 15:03:03 -05:00
sunshine.icns
sunshine.ico
sunshine.png
sunshine.service.in Use xdg-desktop-autostart.target for systemd service. (#901) 2023-03-20 10:47:14 -04:00
sunshine.svg add tray icon (#1035) 2023-03-15 16:30:18 -04:00
toolchain-mingw64.cmake

Overview
========
LizardByte has the full documentation hosted on `Read the Docs <https://sunshinestream.readthedocs.io/>`_.

About
-----
Sunshine is a self-hosted game stream host for Moonlight.
Offering low latency, cloud gaming server capabilities with support for AMD, Intel, and Nvidia GPUs for hardware
encoding. Software encoding is also available. You can connect to Sunshine from any Moonlight client on a variety of
devices. A web UI is provided to allow configuration, and client pairing, from your favorite web browser. Pair from
the local server or any mobile device.

System Requirements
-------------------

.. warning:: This table is a work in progress. Do not purchase hardware based on this.

**Minimum Requirements**

+------------+------------------------------------------------------------+
| GPU        | AMD: VCE 1.0 or higher, see `obs-amd hardware support`_    |
|            +------------------------------------------------------------+
|            | Intel: VAAPI-compatible, see: `VAAPI hardware support`_    |
|            +------------------------------------------------------------+
|            | Nvidia: NVENC enabled cards, see `nvenc support matrix`_   |
+------------+------------------------------------------------------------+
| CPU        | AMD: Ryzen 3 or higher                                     |
|            +------------------------------------------------------------+
|            | Intel: Core i3 or higher                                   |
+------------+------------------------------------------------------------+
| RAM        | 4GB or more                                                |
+------------+------------------------------------------------------------+
| OS         | Windows: 10+ (Windows Server not supported)                |
|            +------------------------------------------------------------+
|            | macOS: 11.7+                                               |
|            +------------------------------------------------------------+
|            | Linux/Debian: 11 (bullseye)                                |
|            +------------------------------------------------------------+
|            | Linux/Fedora: 36+                                          |
|            +------------------------------------------------------------+
|            | Linux/Ubuntu: 20.04+ (focal)                               |
+------------+------------------------------------------------------------+
| Network    | Host: 5GHz, 802.11ac                                       |
|            +------------------------------------------------------------+
|            | Client: 5GHz, 802.11ac                                     |
+------------+------------------------------------------------------------+

**4k Suggestions**

+------------+------------------------------------------------------------+
| GPU        | AMD: Video Coding Engine 3.1 or higher                     |
|            +------------------------------------------------------------+
|            | Intel: HD Graphics 510 or higher                           |
|            +------------------------------------------------------------+
|            | Nvidia: GeForce GTX 1080 or higher                         |
+------------+------------------------------------------------------------+
| CPU        | AMD: Ryzen 5 or higher                                     |
|            +------------------------------------------------------------+
|            | Intel: Core i5 or higher                                   |
+------------+------------------------------------------------------------+
| Network    | Host: CAT5e ethernet or better                             |
|            +------------------------------------------------------------+
|            | Client: CAT5e ethernet or better                           |
+------------+------------------------------------------------------------+

**HDR Suggestions**

+------------+------------------------------------------------------------+
| GPU        | AMD: Video Coding Engine 3.4 or higher                     |
|            +------------------------------------------------------------+
|            | Intel: UHD Graphics 730 or higher                          |
|            +------------------------------------------------------------+
|            | Nvidia: Pascal-based GPU (GTX 10-series) or higher         |
+------------+------------------------------------------------------------+
| CPU        | AMD: todo                                                  |
|            +------------------------------------------------------------+
|            | Intel: todo                                                |
+------------+------------------------------------------------------------+
| Network    | Host: CAT5e ethernet or better                             |
|            +------------------------------------------------------------+
|            | Client: CAT5e ethernet or better                           |
+------------+------------------------------------------------------------+

Integrations
------------

.. image:: https://img.shields.io/github/actions/workflow/status/lizardbyte/sunshine/CI.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge
   :alt: GitHub Workflow Status (CI)
   :target: https://github.com/LizardByte/Sunshine/actions/workflows/CI.yml?query=branch%3Amaster

.. image:: https://img.shields.io/github/actions/workflow/status/lizardbyte/sunshine/localize.yml.svg?branch=nightly&label=localize%20build&logo=github&style=for-the-badge
   :alt: GitHub Workflow Status (localize)
   :target: https://github.com/LizardByte/Sunshine/actions/workflows/localize.yml?query=branch%3Anightly

.. image:: https://img.shields.io/readthedocs/sunshinestream?label=Docs&style=for-the-badge&logo=readthedocs
   :alt: Read the Docs
   :target: http://sunshinestream.readthedocs.io/

.. image:: https://img.shields.io/badge/dynamic/json?color=blue&label=localized&style=for-the-badge&query=%24.progress..data.translationProgress&url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-15178612-503956.json&logo=crowdin
   :alt: CrowdIn
   :target: https://crowdin.com/project/sunshinestream

Support
-------

Our support methods are listed in our
`LizardByte Docs <https://lizardbyte.readthedocs.io/en/latest/about/support.html>`_.

Downloads
---------

.. image:: https://img.shields.io/github/downloads/lizardbyte/sunshine/total?style=for-the-badge&logo=github
   :alt: GitHub Releases
   :target: https://github.com/LizardByte/Sunshine/releases/latest

.. image:: https://img.shields.io/docker/pulls/lizardbyte/sunshine?style=for-the-badge&logo=docker
   :alt: Docker
   :target: https://hub.docker.com/r/lizardbyte/sunshine

Stats
------
.. image:: https://img.shields.io/github/stars/lizardbyte/sunshine?logo=github&style=for-the-badge
   :alt: GitHub stars
   :target: https://github.com/LizardByte/Sunshine

.. _nvenc support matrix: https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new
.. _obs-amd hardware support: https://github.com/obsproject/obs-amd-encoder/wiki/Hardware-Support
.. _VAAPI hardware support: https://www.intel.com/content/www/us/en/developer/articles/technical/linuxmedia-vaapi.html