Commit Graph

830 Commits

Author SHA1 Message Date
Yukino Song
a09c18cf9e Merge pull request #785 from danielmartina/wgc-framerate-fix
Resolve 60 fps lock issue for WGC capture by setting the MinUpdateInterval property of the WGC capture session.
2025-06-07 18:45:04 +08:00
Yukino Song
cd91170442 Nyquist-Shannon 2025-06-07 18:44:04 +08:00
Yukino Song
6c7f07dd5a Auto terminate input only session 2025-06-06 16:59:08 +08:00
Yukino Song
0c3d1b6b06 Try fix #814 2025-06-06 16:56:51 +08:00
Yukino Song
f174c7772c Fix #813 2025-06-06 16:51:23 +08:00
Yukino Song
0f9e7aa17f WebUI: Support starting apps from local client 2025-06-05 19:44:31 +08:00
Yukino Song
f262852838 Add always use virtual display option for clients 2025-06-05 16:32:13 +08:00
Yukino Song
3e0cbaf2c2 Implement pause/resume commands w/ APOLLO_APP_STATUS envvar 2025-06-05 15:40:03 +08:00
Yukino Song
d316b272da Add terminate on pause option for apps (resolves #801) 2025-06-04 19:02:10 +08:00
Yukino Song
e52176707f Fix launching remote input only with UUID 2025-06-03 01:46:44 +08:00
Andreas Nilsson
246994dabe Fix build problems on Linux 2025-05-31 22:53:48 +02:00
Yukino Song
1ca19853c2 Fix encoder probing when no display is active 2025-05-31 15:04:06 +08:00
Danim
d293fee801 Set capture_session.MinUpdateInterval for WGC capture
Resolves 60 fps lock issue for WGC capture
2025-05-30 19:15:23 +02:00
Yukino Song
34766201d2 Remove trialing space in process.cpp 2025-05-29 18:00:06 +08:00
Yukino Song
2d0e5c7c4a Enable legacy ordering and client commands by default for newly paired clients 2025-05-29 15:29:40 +08:00
Yukino Song
2f89d85fca Add legacy ordering support toggle for each client 2025-05-28 22:53:22 +08:00
Yukino Song
4030680fcc App ordering support for legacy clients 2025-05-28 20:38:27 +08:00
Yukino Song
a3e0318794 Validate application/json on server side 2025-05-28 18:01:48 +08:00
Yukino Song
b2ec048333 Fix WebUI 2025-05-28 13:47:58 +08:00
Yukino Song
542c4e315b misc 2025-05-26 17:33:00 +08:00
Yukino Song
1e71cc0662 Make clang happy 2025-05-26 17:24:41 +08:00
Yukino Song
a1ecd25700 Bump boost to 1.88.0 2025-05-26 11:37:40 +08:00
Yukino Song
a94e8ec4f9 Merge remote-tracking branch 'sunshine/master' 2025-05-25 19:45:07 +08:00
Andy Grundman
3092471be5 fix(rtp): improve timestamp accuracy for video (#3883)
Instead of using now() when the RTP packet is created, use the earlier packet->frame_timestamp that we're already collecting for host latency stats. This timestamp is more accurate to when we captured the frame, and the same timestamp value is shared by all RTP packets that make up the same video frame. Duplicate frames without capture timestamps use the ratecontrol timestamp.
2025-05-21 19:56:41 -04:00
thesystemcoder168
12f3ba2d4b Add the option to always have the virtual display be an isolated display - Windows only (#662)
* Isolated display - web and backend

Isolated display - web and backend

* Moved settings outside of the advanced display

* Update virtual_display.cpp with isolated setting for better maintenance

Update virtual_display.cpp with isolated setting for better maintenance. The isolated routine becomes an additional routine instead of a replacement for the original one.

* Changed source formatting, removed English in non-English languages, removed test code

Changed source formatting, removed English in non-English languages, removed test code

* change blank/unused lines in config.cpp

change blank/unused lines in config.cpp

* Change blank lines in DisplayDeviceOptions.vue

Change blank lines in DisplayDeviceOptions.vue

* Change line spacing in config.h

Change line spacing in config.h

* Changed line spacing in config.cpp

Changed line spacing in config.cpp

* Changed lines/line spacing in virtual_display.cpp

Changed lines/line spacing in virtual_display.cpp

* Fix spaceing on virtual_display.cpp

Fix spaceing on virtual_display.cpp

* Added check to not do anything if the virtual display is not active.

Added check to not do anything to the order of the displays if the isolated checkbox is set and if the virtual display is not active.

* Minor formatting fix w/ add Chinese locale

* Expose `matchDisplay` though not used for now

---------

Co-authored-by: Yukino Song <nutosservice@gmail.com>
2025-05-19 15:00:11 +08:00
Yukino Song
b0871a9a5b Add gamepad override for each app 2025-05-19 14:22:17 +08:00
Yukino Song
93540b97fe Update tray message from no apps running to reload apps 2025-05-14 23:23:10 +08:00
Yukino Song
bcb3e0c81d Fix #724 2025-05-14 20:25:20 +08:00
Yukino Song
2b86bc541d Support Reordering apps(requires Artemis) 2025-05-14 02:43:08 +08:00
Yukino Song
47686b5136 Add some verbose logs 2025-05-13 23:10:33 +08:00
Yukino Song
08eee86819 Use DXGI methods to get HDR state 2025-05-13 19:43:57 +08:00
Yukino Song
1798887e86 Support launching app with UUID 2025-05-13 18:17:44 +08:00
Yukino Song
96968b8bb2 Add app index 2025-05-13 01:21:20 +08:00
Yukino Song
00c2528778 Make sure to use the desired GPU when probing encoders with virtual display 2025-05-12 23:00:59 +08:00
Yukino Song
6b45f75dc5 Create a temporary virtual display to probe encoders when no active display is present 2025-05-12 22:56:27 +08:00
Yukino Song
071f500f06 Ensure virtual display is removed even when we failed to get its name 2025-05-12 22:55:01 +08:00
Yukino Song
8aff38cf7c Automatically use virtual display if no active display is detected 2025-05-12 21:31:14 +08:00
Yukino Song
e231803ec2 Update apps loading logic 2025-05-12 21:18:41 +08:00
Yukino Song
6c7962b6da Add APOLLO_APP_UUID envvar 2025-05-11 22:39:29 +08:00
Yukino Song
6ee5f4ed0b Update envvars 2025-05-09 04:35:15 +08:00
Yukino Song
69e999d245 Add option to toggle envvar compatibility mode 2025-05-07 04:38:28 +08:00
Yukino Song
91467d50b6 BREAKING: SUNSHINE_CLIENT_FPS is now float (for better integration with Special-K) 2025-05-07 03:57:54 +08:00
Yukino Song
253203f954 Merge remote-tracking branch 'sunshine/master' 2025-05-07 03:10:11 +08:00
Clutchnp
8ef838bada feat(audio): add an option to disable sound streaming (#3833) 2025-05-01 11:39:43 -04:00
LizardByte-bot
1df4c89026 chore: update global workflows (#3813)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2025-04-25 19:09:06 -04:00
Andy Grundman
4f2603ff63 fix(audio): set the bits-per-sample of Steam Streaming Speakers to 16-bit when the default audio device is 16-bit (#3704) 2025-04-19 17:48:17 -04:00
Yukino Song
45588e5735 Fix favicon 2025-04-15 00:15:44 +08:00
Yukino Song
56646c2a81 Add option to configure auto discovery(mDNS)
resolves #539
potentially resolves #611
2025-04-15 00:11:29 +08:00
Yukino Song
23d922773e Fix encoding bitrate when client requested fractional fps 2025-04-14 23:22:18 +08:00
Yukino Song
04da9f2521 Merge remote-tracking branch 'sunshine/master' 2025-04-14 22:10:06 +08:00