mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #641] Server used Mirror driver can significantly improve remote monitoring performance #393
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hucya on GitHub (Jan 20, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/641
I made some changes to Screenhelper -> CaptureScreen on the Client side of the software using the Mirror Driver technology to achieve software remote monitoring performance of 45fps,
It must used dfmirage-setup-2.0.301 Driver and Restart your computer;
ResourceLib.zip
@cyclo-techtwister commented on GitHub (Jan 20, 2018):
Please explain a little more in detail on replacing server side dll. Where does one edit or get this new file (ILSY)?
@hucya commented on GitHub (Jan 20, 2018):
Download this ResourceLib.zip and extract
Install dfmirage-setup-2.0.301.exe and restart the computer;
Open the source Clinet project in the Client.Core.Helper directory to join the DesktopMirror.cs file
Copy the following code to ScreenHelper.cs file
@cyclo-techtwister commented on GitHub (Jan 20, 2018):
OK, thank you. I will have to try this out.. Now this driver needs to be installed on both the compiling machine and the client side?
@hucya commented on GitHub (Jan 20, 2018):
install the client side, you can test it by debug mode in your computer。
@cyclo-techtwister commented on GitHub (Jan 20, 2018):
OK, thank you for explaining....
@ValonK commented on GitHub (Jan 20, 2018):
Why not create a pull request? if this actually improve things, this would help people