github LizardByte/Sunshine v0.2.0

pre-release2 years ago

Sunshine installation guide

Windows

  • Download and extract Sunshine-Windows.zip
  • Optionally install ViGEmBus

Linux

  1. Download sunshine.deb
  2. sudo apt-get install -f ~/Downloads/sunshine.deb
  3. sudo usermod -a -G input $USER

Optional -- Run Sunshine in the background

  1. Download sunshine.service
  2. mkdir -p ~/.config/systemd/user
  3. cp ~/Downloads/sunshine.service ~/.config/systemd/user/
  4. systemctl --user daemon-reload
  5. systemctl --user start sunshine

Changes

  • Multicasting is now supported: You can set the maximum simultaneous connections with the configurable option: channels
  • Configuration variables can be overwritten on the command line: "name=value" --> it can be usefull to set min_log_level=debug without modifying the configuration file
  • Switches to make testing the pairing mechanism more convenient has been added, see "sunshine --help" for details

Don't miss a new Sunshine release

NewReleases is sending notifications on new releases.