Project Description:
I have a Remote Desktop program that already exists that uses the RFC protocol to communicate host-to-client. I just need for it to be optimized by changing the way it works.
Here is how it works:
1. The image is captured from the Host computer (JPEG compression)
2. Then sent to the Client computer
3. Client computer then resizes image
Because it resizes the image on the client side it is causing more CPU usage resulting in a noticeable slowdown in display speed.
My requirements:
Optimization Method 1: Change the resizing of the image to be performed on the host computer before sending it to client.
or
Optimization Method 2: Try a different protocol for the video stream that is faster than the current RFC protocol that allows image sizing.
The goal of this project is to increase video speed while maintaining quality. If you have another idea for increasing performance I am happy to listen.
Please ask me any questions if you have any.
Make sure you understand the project requirements before bidding please.