Commit Graph

65 Commits

Author SHA1 Message Date
pigeatgarlic
fa9f1e6dcb signal capture failure 2024-10-24 10:21:47 +07:00
epitchi
4f2f73d893 use touch port to update resolution 2024-05-05 20:35:04 +07:00
pigeatgarlic
628440a37f produce packet duration 2024-04-24 19:09:23 +07:00
pigeatgarlic
fae1808981 avoid sleep 2024-04-21 12:00:19 +07:00
pigeatgarlic
90408bff2e merge from upstream 2024-04-21 10:09:11 +07:00
pigeatgarlic
acbf446337 increase buffer size, remove capture sleep 2024-04-21 09:21:32 +07:00
pigeatgarlic
b227587ce7 Merge branch 'refactor' of https://github.com/thinkonmay/sunshine-sdk into refactor 2024-04-20 10:13:55 +07:00
pigeatgarlic
b3abed02b4 only init input if needed 2024-04-20 10:13:49 +07:00
epitchi
3355dc205b add shm check log 2024-04-16 23:01:28 +07:00
pigeatgarlic
6903575e31 improve capture smoothness 2024-04-16 22:24:27 +07:00
pigeatgarlic
cddb4ef5b8 ndlinghavent e 2024-04-14 10:30:23 +07:00
pigeatgarlic
91264dc166 minor changes 2024-04-12 17:02:07 +07:00
pigeatgarlic
ca801f1829 fix window logic 2024-04-11 22:05:12 +07:00
pigeatgarlic
ca1098f32b input queue 2024-04-07 11:45:11 -07:00
pigeatgarlic
8b54acf2b3 choose capture channel 2024-04-07 04:46:07 -07:00
pigeatgarlic
ed508fc603 go rtp packetize 2024-04-06 05:33:08 -07:00
pigeatgarlic
520215a2d6 single sunshine decode all 2024-04-05 05:38:17 -07:00
pigeatgarlic
25a8eae190 single source of definition 2024-04-05 03:22:36 -07:00
pigeatgarlic
801fb18c32 multi channel shared memory 2024-04-04 16:51:36 -07:00
pigeatgarlic
43cc8acf12 allocate and obtain shared memory 2024-04-04 13:36:30 -07:00
pigeatgarlic
4fadc27ae1 add go library 2024-04-04 10:05:40 -07:00
pigeatgarlic
0aa1dabf2f 1ms wait time 2024-04-04 06:51:49 -07:00
pigeatgarlic
e241d90586 interprocess communication 2024-04-04 03:56:53 -07:00
pigeatgarlic
3f6c88419f build parent process 2024-04-04 03:01:18 -07:00
pigeatgarlic
50c90717cb update build 2024-04-03 15:40:52 +00:00
pigeatgarlic
8b35eb117c capture audio and video 2024-04-03 15:04:37 -07:00
pigeatgarlic
70a00f2a58 remove modules 2024-04-03 14:26:17 -07:00
pigeatgarlic
5d79fdbdfa simplify main func 2024-04-03 13:52:24 -07:00
ReenigneArcher
2da6fb050a
fix(logging): add logging namespace and create logging::init method (#2336) 2024-04-02 20:57:57 -04:00
ReenigneArcher
4ebc7b5cef
build(macos): add build strategy matrix (#2211) 2024-03-05 08:56:09 -05:00
Cameron Gutman
83e3ea5aa7 Use a common function to abort for debugging purposes 2024-02-27 21:21:16 -06:00
ReenigneArcher
8074bf8c8d
fix(main): fix version printing (#2167) 2024-02-23 20:00:53 -05:00
ReenigneArcher
8689469ea8
refactor(main): move remaining entry related code (#2127) 2024-02-11 14:15:45 -05:00
ReenigneArcher
cd2153f340
refactor(main): move file operation functions to new source (#2124) 2024-02-10 07:37:27 -05:00
ReenigneArcher
1c50bc502b
refactor(main): move map_port to network (#2115) 2024-02-09 09:15:47 -05:00
ReenigneArcher
0aa4f06c39
refactor(logging): separate logging from main (#2110) 2024-02-07 09:59:24 -05:00
Cameron Gutman
0d7811ad43 Demote FFmpeg fatal errors
Fixes #1849
2023-12-29 23:01:28 -06:00
ns6089
a0fcaf7d19 Properly join session monitor window thread 2023-10-10 21:10:40 -05:00
Cameron Gutman
a29978d3de Don't start the session monitor window when launched in command mode 2023-10-05 21:50:48 -05:00
ReenigneArcher
f76879eb0d
feat(ui): add port mapping table (#1681) 2023-09-30 13:52:56 -04:00
Elia Zammuto
dc967ccc7b
Event Ballons and Tray Icon improvements (#1561)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2023-09-15 20:48:51 -04:00
Cameron Gutman
f9a00f3ed4 Fix FFmpeg logging going to stdout rather than our log file 2023-08-24 18:24:24 -05:00
Cameron Gutman
cadd3da9a7 Use UTF-8 conversion for log output and C standard library functions 2023-08-11 20:15:14 -05:00
ns6089
f245f777f7 Modify and restore NVIDIA control panel settings
Namely:
- Power profile for sunshine.exe
- Global OpenGL/Vulkan DXGI swapchain
2023-07-19 01:14:08 -05:00
Cameron Gutman
9a65c91671 Rename SunshineSvc to SunshineService
This avoids a MalwareBytes false positive.

Fixes #1126
2023-05-26 17:54:38 -05:00
Cameron Gutman
0f1dc1bb05 Print a warning if GameStream is using conflicting ports 2023-05-25 19:07:13 -05:00
Cameron Gutman
32ca9d41de Fix crash on exit if a process is currently running 2023-05-15 19:11:51 -06:00
ReenigneArcher
4ca6dc6c8e
docs: update file level doxygen blocks (#1258) 2023-05-07 18:12:39 -04:00
Cameron Gutman
c706ba4ca2 Add Windows-specific warnings if Sunshine is unable to access config or credentials
http::init() failure must be fatal because attempting to start the web servers will crash due to null creds.
2023-05-03 00:33:06 -05:00
Cameron Gutman
c4c04694ac Restore the start menu shortcut as a proper launcher for the UI and service 2023-05-03 00:33:06 -05:00