v0.9.0

LizardByte/Sunshinev0.9.0Jan 12, 2022by ReenigneArcher

AI Summary

Focuses on security with audio encryption and certificate handling improvements, cross-platform compatibility with iOS Moonlight and Linux NVENC, and system integration like automatic systemd service installation.

Key Highlights

  • Added audio encryption
  • Acceptance of expired/invalid certificates
  • Fixed compatibility with iOS Moonlight
  • Added basic NVENC support on Linux
  • sunshine.service installed automatically
  • Windows capture of lock screen and UAC via PsExec

New Features

  • Audio encryption
  • Certificate acceptance
  • iOS Moonlight compatibility
  • Linux NVENC support
  • Auto service installation
  • UAC capture support

Full Release Notes

## Sunshine installation guide
### Windows
* Download and extract Sunshine-Windows.zip
* Optionally install [ViGEmBus](https://github.com/ViGEm/ViGEmBus/releases)

---

### Ubuntu 20.04
1. Download sunshine20-04.deb
2. `sudo apt-get install -f ~/Downloads/sunshine20-04.deb`
#### If this is the first install
3. `sudo usermod -a -G input $USER`
4. Reboot

### Optional -- Run Sunshine in the background
1. `systemctl --user start sunshine`

### Ubuntu 21.04
1. Download sunshine21-04.deb
2. `sudo apt-get install -f ~/Downloads/sunshine21-04.deb`
2. Follow instructions for Ubuntu 20.04 as needed

### Debian
1. Download sunshine-debian.deb
2. `sudo apt-get install -f ~/Downloads/sunshine-debian.deb`
2. Follow instructions for Ubuntu 20.04 as needed


### Changes
* Added audio encryption
* Sunshine will now accept expired or not-yet-valid certificates, as long as they are signed properly. :P
* Fixed compatibility with iOS version of Moonlight
* Drastically reduced chance of being forced to skip error correction due to video frame size
* (Linux) Added basic NVENC support on Linux
* (Linux) sunshine.service will be installed automatically.
* (Windows) The Windows version can now capture the lock screen and the UAC prompt as long as it's run through `PsExec.exe` https://docs.microsoft.com/en-us/sysinternals/downloads/psexec