Sunday, 11 August 2013

Fast Screen Transfer

Fast Screen Transfer

What is the fastest way in C++ to share screens between computers, like in
Skype or Google Plus? Currently I'm taking a screenshot, convert it to
low-quality JPG with GDI+ and then send it too a remote computer, but
although it works, it is not very fast (7 FPS via localhost).

No comments:

Post a Comment