Change log
v0.2.9-alpha.8
- Fix avcodec
If you have problems initializing a stream with previous versions with QuickSync, please update.
WARNING: To other developers: DO NOT CHANGE THE MEMORY LAYOUT OF video::config_t
and audio::config_t
, they may be modified by some other pre-built binaries and they RELY ON THE LAYOUT. This took me a whole day to figure out since there's totally no warning laying around for this.
v0.2.9-alpha.7
- Fix config API
If you have installed alpha.6, please update. If you have met any other issues in saving/changing configs, please make sure to report!
v0.2.9-alpha.6
- Update dependencies
- Current running app is now visible in Application page (#328)
- Track upstream
- Merge Sunshine's hang workaround
Note: This version has some pretty significant changes in configurations API. You may need to update your scripts if they're using HTTP APIs for config automation.
v0.2.9-alpha.5
- Bug fixes for Input Only Mode
- Renamed Input Only entry to Remote Input
- Added a dedicated "Terminate" entry when using Remote Input
- Bug fix for double refresh rate mode when requested resolution is built-in
v0.2.9-alpha.4
- Add Input Only mode (disabled by defalt, enable in
Input
tab) - Add Double Refresh Rate mode, could improve stutter issue on some systems (disabled by default, enable in
Audio/Video
tab)
v0.2.9-alpha.3
- Fix extra comma in default apps (Windows)
v0.2.9-alpah.2
- Add option in
Advanced
tab for limiting captured frame rate (on by default) - Restart immediately when detected a hang (workaround for stream freezes, at least it's better than hanging forever)
v0.2.9-alpha.1
- Add command support for client connect/disconnect. Useful when you want to suspend your computer/game on disconnect. [detail]
- Trim app name input to prevent accidental space character remained when configuring MoonDeckStream
- Add per-app*per-client identity option
- Disable
Advanced Display Device Config
by default - Log fail reason for pairing
- SudoVDA upgrade - might improve stutter problem on some systems
If you encounter display being toggled on and off constantly while using the latest versions, first quit Apollo (you can access the web UI from another device, by enter https://your.host.ip.address:[webuiPort]
to your browser, then in Troubleshooting
page tap Quit Apollo
), then go to Apollo's install dir, under config
dir remove display_device.state
.
Warning
It is highly recommend to remove any other virtual display solutions from your system and Apollo/Sunshine config, to reduce confusions and compatibility issues.