i am creating an application similar to VNC. VNC captures screen frames and send it to the remote machine. frames are captured and displayed on the remote machine.
In my project i want to send application frames to the remote machine. eg. if i start video player on linux machine,video will be started here but the video frames will be sent to the remote machine and will be displayed there.
i referred to this link link