Jared Goodwin
|
3ef4cdf81a
|
Extract remote control functionality into separate library. (#539)
* Convert server to new single-file startup model.
* Add remote control implementations.
* Implement IViewerAuthorizer.
* Update hub endpoints.
* Implement HubEventHandler.
* Implement ViewerHubDataProvider.
* Implement page data provider.
* Implement RCL and refactor.
* Update submodule.
* Replace submodule with NuGet.
* Update copy URL.
* Update NuGet.
* Remove deprecated WebRTC.
* Remove deprecated WebRTC.
* Update Immense.RemoteControl
* Building out desktop projects.
* Bring more services into submodule.
* Update submodule.
* Update submodule.
* Refactoring for module.
* Update submodule.
* Update submodule
* Got Windows desktop app running.
* Refactor for submodule changes.
* FIx unattended session start.
* Switch desktop app out of console mode.
* Fix tests.
* Update publishing.
* Remove ClickOnce middleware.
* Remove ClickOnce remnants.
* Update submodule
* Add some logging.
* Update Linux path.
* Update submodule.
* Add cleanup service for unattended sessions that failed to start.
* Update submodule.
* Fix chat.
* Add ValidateExecutableReferencesMatchSelfContained property.
* Add other submodule projects. Align checkbox.
* Update submodule. Reduce deserialization in the browser, resulting in faster renders.
* Update submodule.
* Update submodule.
* Update submodule.
* Update submodule.
* Add orgId back for branding.
* Get branding loading in desktop apps.
* Update submodule.
* Create log dir.
* Refactor version check on config page.
* Update submodule.
* Update submodule.
* Change submodule URL.
* Correct namespace.
* Update submodule.
* Checkout submodules recursively.
|
2022-12-23 06:39:12 -08:00 |
|
Jared Goodwin
|
14291e0920
|
Change how casting thread is started.
|
2021-08-26 13:35:09 -07:00 |
|
Jared Goodwin
|
ec2ae45e88
|
Merged PR 9: Auto-quality tweaks.
Auto-quality updates.
|
2021-08-07 17:53:14 +00:00 |
|
Jared Goodwin
|
c2d6dae83b
|
Revert WebRTC library back to Microsoft MixedReality WebRTC.
|
2021-07-29 07:58:04 -07:00 |
|
Jared Goodwin
|
01ea330f54
|
Signal end of ICE with null candidate.
|
2021-07-29 07:58:03 -07:00 |
|
Jared
|
8abdbf7986
|
Use separate hub method params for signaling.
|
2021-07-29 07:57:39 -07:00 |
|
Jared
|
3a5471b553
|
Replace MR WebRTC with SIPSorcery.
|
2021-07-29 07:57:39 -07:00 |
|
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
|
91053e21a2
|
Fix GUI host prompt.
|
2021-07-29 07:56:54 -07:00 |
|
Jared
|
0b8ed9f8ee
|
Add per-device WebRTC setting.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
d934422ea3
|
Add some manual capturing tests for later use.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
9d3b1193bf
|
Stop idle timer while remote control access prompt is displayed.
|
2021-07-29 07:56:47 -07:00 |
|
Jared
|
b31d30d535
|
Fix remote control access prompt text wrapping on Linux.
|
2021-07-29 07:56:47 -07:00 |
|
Jared
|
ec36c87be5
|
Create windows and viewmodels to prompt for remote control access.
|
2021-07-29 07:56:47 -07:00 |
|
Jared
|
af9fe6df81
|
Scaffold out RemoteControlAccessService.
|
2021-07-29 07:56:47 -07:00 |
|
Jared
|
0a637351a7
|
Change shutdown process.
|
2021-07-29 07:56:46 -07:00 |
|
Jared
|
eea84a79b4
|
Code cleanup.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
7dc7895dbd
|
Fix reconnect. Trim unused hub methods.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
323f971176
|
Fix WebRTC buffer reaching threshold during file transfer.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
b74e2e7e77
|
Fix Linux window positioning. Wait for WebRTC buffer to clear when sending files.
|
2021-07-29 07:56:43 -07:00 |
|
Jared
|
4b797d975a
|
Cleanup and message de-duplication.
|
2021-07-29 07:56:42 -07:00 |
|
Jared
|
a135b22131
|
Message handling cleanup and de-duplication.
|
2021-07-29 07:56:42 -07:00 |
|
Jared Goodwin
|
378a318e2d
|
Add IAppLauncher interface and create implementation per OS. Minor refactoring.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
75db74c85e
|
Add Linux session indicator. Add NotifyUser to app settings. Add ShutdownService.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
b94435d55e
|
Add SessionIndicator for Windows.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
e4df1e24a3
|
Add "stream mode" as an option for WebRTC video.
|
2021-07-29 07:56:37 -07:00 |
|
Jared Goodwin
|
b2c9536e23
|
Refactor IScreenCapturer.
|
2021-07-29 07:56:37 -07:00 |
|
Jared Goodwin
|
bae1d1d628
|
Re-structure projects. Introduce WPF/Avalonia chat windows. Record session from browser.
|
2021-07-29 07:56:36 -07:00 |
|