Self-hosted game stream host for Moonlight.
Go to file
2019-12-05 01:12:00 +01:00
assets insert pin through an http request 2019-12-04 19:05:03 +01:00
moonlight-common-c@801aaf43d6 Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
platform Determine local ip-address at runtime 2019-12-05 00:59:01 +01:00
Simple-Web-Server@e70509e078 Determine local ip-address at runtime 2019-12-05 00:59:01 +01:00
.gitignore Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
.gitmodules test for the existance of a file before reading from it 2019-12-04 22:58:31 +01:00
audio.cpp Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
audio.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
CMakeLists.txt test for the existance of a file before reading from it 2019-12-04 22:58:31 +01:00
config.cpp parse configuration file 2019-12-03 23:19:00 +01:00
config.h parse configuration file 2019-12-03 23:19:00 +01:00
crypto.cpp Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
crypto.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
FindFFmpeg.cmake Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
input.cpp Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
input.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
main.cpp removed unnecessaraly included files 2019-12-03 23:20:32 +01:00
nvhttp.cpp Determine local ip-address at runtime 2019-12-05 00:59:01 +01:00
nvhttp.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
queue.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
README.txt Typo 2019-12-05 01:12:00 +01:00
stream.cpp Make code compatible with boost version 1.67 2019-12-04 23:54:32 +01:00
stream.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
sunshine.conf.example parse configuration file 2019-12-03 23:19:00 +01:00
utility.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
uuid.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
video.cpp Removed Git history due to personal info 2019-12-03 20:23:33 +01:00
video.h Removed Git history due to personal info 2019-12-03 20:23:33 +01:00

Requirements:
	Ubuntu 19.10: cmake libssl-dev libavdevice-dev libboost-thread-dev libpulse-dev libopus-dev libfixes-dev libxtst-dev libx11-dev

Compilation:
	* git clone <repository> --recurse-submodules
	* mkdir build && cd build
	* cmake -DCMAKE_BUILD_TYPE=Release ..
	* make


Usage:
	* run sunshine
	* In Moonlight: Add PC manually
	* When Moonlight request you insert the correct pin on sunshine:
		wget xxx.xxx.xxx.xxx:47989/pin/xxxx -- where the final 4 x'es are subsituted by the pin
			or
		Type in the URL bar of your browser: xxx.xxx.xxx.xxx:47989/pin/xxxx -- where the final 4 x'es are subsituted by the pin
	* Click on one of the Application listed
	* Have fun :)

Note:
	* The Windows key is not passed through by Moonlight, therefore Sunshine maps Right-Alt key to the Windows key