Releases: LizardByte/Sunshine
Releases · LizardByte/Sunshine
v0.7.7
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Ubuntu 20.04
- Download sunshine20-04.deb
sudo apt-get install -f ~/Downloads/sunshine20-04.deb
If this is the first install
sudo usermod -a -G input $USER
- Reboot
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Ubuntu 21.04
- Download sunshine21-04.deb
sudo apt-get install -f ~/Downloads/sunshine21-04.deb
- Follow instructions for Ubuntu 20.04 as needed
Debian
- Download sunshine-debian.deb
sudo apt-get install -f ~/Downloads/sunshine-debian.deb
- Follow instructions for Ubuntu 20.04 as needed
Changes
- Added installation package for Debian
- Fixed incorrect scaling for absolute mouse coordinates when using multiple monitors.
- Fixed incorrect colors when scaling for software encoder
v0.7.1
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Ubuntu 20.04
- Download sunshine20-04.deb
sudo apt-get install -f ~/Downloads/sunshine20-04.deb
If this is the first install
sudo usermod -a -G input $USER
- Reboot
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Ubuntu 21.04
- Download sunshine21-04.deb
sudo apt-get install -f ~/Downloads/sunshine21-04.deb
- Follow instructions for Ubuntu 20.04 as needed
Changes
- Fixed an issue where it was impossible to start sunshine on ubuntu 20.04
v0.7.0
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Ubuntu 20.04
- Download sunshine20-04.deb
sudo apt-get install -f ~/Downloads/sunshine20-04.deb
If this is the first install
sudo usermod -a -G input $USER
- Reboot
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Ubuntu 21.04
- Download sunshine21-04.deb
- Follow instructions for Ubuntu 20.04 as needed
Changes
- Added hardware encoding support for AMD on Linux
- Added a Web Manager. Accessable through: https://localhost:47990 or https://(ip of your pc):47990
- Moved certificates and saved pairings generated during runtime to .config/sunshine on Linux
v0.6.0
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Ubuntu 20.04
- Download sunshine20-04.deb
sudo apt-get install -f ~/Downloads/sunshine20-04.deb
If this is the first install
sudo usermod -a -G input $USER
- Reboot
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Ubuntu 21.04
- Download sunshine21-04.deb
- Follow instructions for Ubuntu 20.04 as needed
Changes
- Added support for surround audio
- Maintain aspect ratio when scaling video
- Fix issue where Sunshine is forced to drop frames when they are to large
v0.5.0
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Ubuntu 20.04
- Download sunshine20-04.deb
sudo apt-get install -f ~/Downloads/sunshine20-04.deb
If this is the first install
sudo usermod -a -G input $USER
- Reboot
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Ubuntu 21.04
- Download sunshine21-04.deb
- Follow instructions for Ubuntu 20.04 as needed
Changes
- Added support for streaming specific monitor on Linux
- Added support for absolute mouse coordinates
- Added support for AMF on Windows
v0.4.0
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Ubuntu 20.04
- Download sunshine.deb
sudo apt-get install -f ~/Downloads/sunshine.deb
If this is the first install
sudo usermod -a -G input $USER
- Reboot
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Changes
- prep-cmd is now optional in apps.json
- Fixed bug causing video artifecting
- Fixed bug preventing Moonlight from closing app on exit
- Fixed bug causing preventing keyboard keys from repeating on latest version of Moonlight
- Fixed bug causing segfault when another session of sunshine was already running
- Fixed bug causing crash when monitor has resolution 1366x768
v0.3.1
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Linux
- Download sunshine.deb
sudo apt-get install -f ~/Downloads/sunshine.deb
sudo usermod -a -G input $USER
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Changes
- Fix a memory leak.
v0.3.0
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Linux
- Download sunshine.deb
sudo apt-get install -f ~/Downloads/sunshine.deb
sudo usermod -a -G input $USER
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Changes
- Hardware acceleration on NVidia GPU's for Video encoding on Windows
v0.2.0
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Linux
- Download sunshine.deb
sudo apt-get install -f ~/Downloads/sunshine.deb
sudo usermod -a -G input $USER
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
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
v0.1.1
Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Linux
- Download sunshine.deb
sudo apt-get install -f ~/Downloads/sunshine.deb
sudo usermod -a -G input $USER
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine