Self-hosted game stream host for Moonlight.
Go to file
2021-05-12 23:01:30 +02:00
assets Allow applications started by sunshine to be detached 2021-05-12 23:01:30 +02:00
moonlight-common-c@5d09d43b08 print absolute mouse movement packets 2021-05-10 15:04:41 +02:00
Simple-Web-Server@f37a41d48b
sunshine Allow applications started by sunshine to be detached 2021-05-12 23:01:30 +02:00
tools Remove dependency on a library for a single function 2020-02-01 10:25:37 +01:00
ViGEmClient@52682b59c4
.gitignore Update gitignore 2021-05-05 16:00:27 +02:00
.gitmodules Fix windows build 2021-04-26 14:46:57 +02:00
appveyor.yml Fix appveyor build 2021-05-10 01:31:08 +02:00
CMakeLists.txt print absolute mouse movement packets 2021-05-10 15:04:41 +02:00
FindFFmpeg.cmake
gen-deb.in Install properly on ubuntu20.04 2020-05-03 23:58:32 +02:00
LICENSE Create LICENSE 2020-02-09 22:54:06 +01:00
README.md Allow applications started by sunshine to be detached 2021-05-12 23:01:30 +02:00
sunshine.service.in minor modification for sunshine.service 2021-05-10 01:02:24 +02:00
toolchain-mingw64.cmake

Introduction

Sunshine is a Gamestream host for Moonlight

Building

Linux

Requirements:

Ubuntu 20.04: Install the following

sudo apt install cmake libssl-dev libavdevice-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libpulse-dev libopus-dev libxtst-dev libx11-dev libxfixes-dev libevdev-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev

Compilation:

  • git clone https://github.com/loki-47-6F-64/sunshine.git --recurse-submodules
  • cd sunshine && mkdir build && cd build
  • cmake ..
  • make -j ${nproc}

Setup:

sunshine needs access to uinput to create mouse and gamepad events:

  • Add user to group 'input': usermod -a -G input $USER

  • Create udev rules:

    • Run the following command: nano /etc/udev/rules.d/85-sunshine-input.rules
    • Input the following contents: KERNEL=="uinput", GROUP="input", mode="0660"
    • Save the file and exit
      1. CTRL+X to start exit
      2. Y to save modifications
  • assets/sunshine.conf is an example configuration file. Modify it as you see fit, then use it by running: sunshine path/to/sunshine.conf

  • Configure autostart service path/to/build/dir/sunshine.service is used to start sunshine in the background. To use it, do the following:

    1. Copy it to the users systemd, cp sunshine.service ~/.config/systemd/user/
    2. Starting
      • Onetime: systemctl --user start sunshine
      • Always on boot: systemctl --user enable sunshine
  • assets/apps.json is an example of a list of applications that are started just before running a stream

Trouleshooting:

  • If you get "Could not create Sunshine Gamepad: Permission Denied", ensure you are part of the group "input":

    • groups $USER
  • If Sunshine sends audio from the microphone instead of the speaker, try the following steps:

    1. pacmd list-sources | grep "name:"
    2. Copy the name to the configuration option "audio_sink"
    3. restart sunshine

Windows 10

Requirements:

mingw-w64-x86_64-openssl mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-opus mingw-w64-x86_64-x265 mingw-w64-x86_64-boost git yasm nasm diffutils make

Compilation:

  • git clone https://github.com/loki-47-6F-64/sunshine.git --recursive
  • cd sunshine && mkdir build && cd build
  • cmake -G"Unix Makefiles" ..
  • make

Setup:

Common

Usage:

  • run "sunshine path/to/sunshine.conf"
  • In Moonlight: Add PC manually
  • When Moonlight request you insert the correct pin on sunshine, either:
    • Type in the URL bar of your browser: xxx.xxx.xxx.xxx:47989/pin/####
    • wget xxx.xxx.xxx.xxx:47989/pin/####
      • The x's are the IP of your instance, #### is the pin
  • Click on one of the Applications listed
  • Have fun :)

Note:

  • The Windows key is not passed through by Moonlight, therefore Sunshine maps Right-Alt key to the Windows key
  • If you set Video Bitrate to 0.5Mb/s:
    • Sunshine will use CRF or QP to controll the quality of the stream. (See example configuration file for more details)
    • This is less CPU intensive and it has lower average bandwith requirements compared to manually setting bitrate to acceptable quality
    • However, it has higher peak bitrates, forcing Sunshine to drop entire frames when streaming 1080P due to their size.
    • When this happens, the video portion of the stream appears to be frozen.
    • This is rare enough that using this for the desktop environment is tolerable (in my opinion), however for gaming not so much.

Credits:

Application List:

  • You can use Environment variables in place of values
    • $(HOME) will be replaced by the value of $HOME
    •  will be replaced by $ --> 
  • env: Adds or overwrites Environment variables for the commands/applications run by Sunshine.
    • "Variable name":"Variable value"
  • apps: The list of applications
    • Example:
    {
    "name":"An App",
    "cmd":"command to open app",
    "prep-cmd":[
    		{
    			"do":"some-command",
    			"undo":"undo-that-command"
    		}
    	],
    "detached":[
    	"some-command",
    	"another-command"
    	]
    }
    
    • name: Self explanatory
    • output : The file where the output of the command is stored
      • If it is not specified, the output is ignored
    • detached: A list of commands to be run and forgotten about
    • prep-cmd: A list of commands to be run before/after the application
      • If any of the prep-commands fail, starting the application is aborted
      • do: Run before the application
        • If it fails, all 'undo' commands of the previously succeeded 'do' commands are run
      • undo : Run after the application has terminated
        • This should not fail considering it is supposed to undo the 'do' commands.
        • If it fails, Sunshine is terminated
    • cmd : The main application
      • If not specified, a processs is started that sleeps indefinitely
  1. When an application is started, if there is an application already running, it will be terminated.
  2. When the application has been shutdown, the stream shuts down as well.
  3. In addition to the apps listed, one app "Desktop" is hardcoded into Sunshine. It does not start an application, instead it simply starts a stream.

Linux

{
	"env":{ 
		"DISPLAY":":0",
		"DRI_PRIME":"1",
		"XAUTHORITY":"$(HOME)/.Xauthority",
		"PATH":"$(PATH):$(HOME)/.local/bin"
	},
	"apps":[
	{
		"name":"Low Res Desktop",
		"prep-cmd":[
		{ "do":"xrandr --output HDMI-1 --mode 1920x1080", "undo":"xrandr --output HDMI-1 --mode 1920x1200" }
		]
	},
	{
		"name":"Steam BigPicture",

		"output":"steam.txt",
		"cmd":"steam -bigpicture",
		"prep-cmd":[]
	}
	]
}

Windows

{
	"env":{
		"PATH":"$(PATH);C:\\Program Files (x86)\\Steam"
	},
	"apps":[
	{
		"name":"Steam BigPicture",

		"output":"steam.txt",
		"prep-cmd":[
			{"do":"steam \"steam://open/bigpicture\""}
		]
	}
	]
}