Fast Screen Server: A tcp server, sending screen in real-time.
The trick to making this really fast is not to use ScreenCapture or other similar methods, but instead using SharpDX which is DirectX API (sadly no longer maintained) to get the frame buffer right from display memory. (The speed up changes the throughput by an order of magnitude) The architecture is also designed with consideration for real-time purposes: based on producer-consumer pattern, there are two threads sharing a queue data structure, the capture thread captures screen and enqueues frames and the network thread simultaneously dequeues and sends away the frames.
Code for a receiver client is also included.
-
Notifications
You must be signed in to change notification settings - Fork 0
Fast Screen Server: A tcp server, sending screen in real-time.
License
ImanHosseini/FSS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Fast Screen Server: A tcp server, sending screen in real-time.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published