Jared Goodwin
|
50237c8167
|
Trim trailing slashes from server URL.
|
2021-07-29 07:57:36 -07:00 |
|
Jared
|
9905bfd449
|
Switch to input desktop on each frame get.
|
2021-07-29 07:57:32 -07:00 |
|
Jared Goodwin
|
d2bb8b926b
|
Merged PR 6: Linux capture fixes.
|
2021-07-29 07:57:32 -07:00 |
|
Jared Goodwin
|
8c3f997b89
|
Merged PR 5: Replace Server UI with Blazor
|
2021-07-29 07:57:31 -07:00 |
|
Jared
|
6811e39231
|
Revert some capture changes.
|
2021-07-29 07:57:30 -07:00 |
|
Jared
|
185b75892e
|
Make WebRtcSession.SendDto async.
|
2021-07-29 07:57:30 -07:00 |
|
Jared
|
0ed01bd2ae
|
Set when full-screen refresh needed.
|
2021-07-29 07:57:29 -07:00 |
|
Jared
|
292ed4b978
|
Use predictive bandwidth analysis.
|
2021-07-29 07:57:29 -07:00 |
|
Jared
|
df96932579
|
Track of refresh is needed.
|
2021-07-29 07:57:29 -07:00 |
|
Jared
|
49e6b92f3a
|
Use combination of JPEG and WEBP.
|
2021-07-29 07:57:29 -07:00 |
|
Jared
|
0d98fcd278
|
Implement SkiaSharp. Remove manual quality controls.
|
2021-07-29 07:57:29 -07:00 |
|
Jared
|
12e789e545
|
NuGet package updates.
|
2021-07-29 07:57:28 -07:00 |
|
Jared
|
53045672dc
|
Skip the alpha channel when diffing images. Only clone diffed frame once.
|
2021-07-29 07:57:28 -07:00 |
|
Jared
|
1f7890fbe7
|
Wait for buffer drain on any RTC DTO.
|
2021-07-29 07:57:28 -07:00 |
|
Jared
|
5a2f12cb03
|
Cleanup
|
2021-07-29 07:57:28 -07:00 |
|
Jared
|
c55e353cdd
|
NuGet package updates.
|
2021-07-29 07:57:27 -07:00 |
|
Jared
|
7db7d0b859
|
Code cleanup.
|
2021-07-29 07:57:27 -07:00 |
|
Jared
|
61f5cc5e66
|
Update hostname replacement in Publish.ps1.
|
2021-07-29 07:57:26 -07:00 |
|
Jared
|
b89eabcdeb
|
Populate relay codes.
|
2021-07-29 07:56:55 -07:00 |
|
Jared
|
e2665771de
|
Remove third-party relay services.
|
2021-07-29 07:56:55 -07:00 |
|
Jared
|
d0bb736059
|
Remove unneeded usings.
|
2021-07-29 07:56:55 -07:00 |
|
Jared Goodwin
|
7f3536017f
|
Merged PR 4: Branding
|
2021-07-29 07:56:55 -07:00 |
|
Jared
|
91053e21a2
|
Fix GUI host prompt.
|
2021-07-29 07:56:54 -07:00 |
|
Jared
|
45b17b8a9a
|
Swap chat host/client roles.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
4a47c844c2
|
Ubuntu desktop app requires sudo but will install dependencies. Created config service to replace static class.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
300086da01
|
Add try/catch around HubConnection sends.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
ceebbcaa63
|
Update packages.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
4390681221
|
Revert canvas drawing technique.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
dd9e71b772
|
Revert frame diffing to original method. Add Clear Logs/Scripting History. Alert for outdated .NET Framework version.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
0b8ed9f8ee
|
Add per-device WebRTC setting.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
90a3af13fc
|
Combine neighboring change rects in GetDiffAreas2.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
16d3b2ee55
|
Clean up unused elements from testing. Revert to original image diffing.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
1529cdfb4a
|
Trying diff method 3.
|
2021-07-29 07:56:52 -07:00 |
|
Jared Goodwin
|
03a93f2574
|
Merged PR 3: Frame diffing and canvas drawing experiments
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
4c43817aea
|
Use semaphore to send frames while preparing the next capture.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
2a7fe42d79
|
Improve graceful shutdown of unattended session WPF process.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
d934422ea3
|
Add some manual capturing tests for later use.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
1ca6b22173
|
Refactor chat service.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
effb27cdd9
|
Fix WPF app thread handling to allow process to close on app exit event.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
f58623c979
|
NuGet updates.
|
2021-07-29 07:56:50 -07:00 |
|
Jared
|
3e09a96671
|
Update to .NET 5. (#176)
* Retarget .NET 5.
* Delete binaries
* Create ClickOnce publish profile.
* Add IncludeAllContentForSelfExtract
* Retarget .NET 5.
* Delete binaries
* Create ClickOnce publish profile.
* Add IncludeAllContentForSelfExtract
* Remove trim publish option.
* Update Program.cs
* Bump .NET Framework apps up to v4.8.
* Remove use of obsolete DatabaseErrorPageMiddleware.
* Delete ClickOnce-Win10-x64.pubxml
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
4329266122
|
Add middle-mouse click.
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
2e47ce13d3
|
Check for null frame on first image.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
201c8c794a
|
Fix monitor switching in stream mode.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
ce8b27de8f
|
Compare pixel formats.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
2fd494b82d
|
Sort members.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
29d19dc831
|
Reset bounds after adding change area.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
5a9316f847
|
Scan for changes by each row.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
8d661203f7
|
Update ImageUtils.cs
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
9e29a96208
|
Use pointers for image diff.
|
2021-07-29 07:56:48 -07:00 |
|