I am trying to create an application in which one component captures a user's screen (for screen shielding). I know that there are two options for achieving the same using the Java applet (please correct me if I am wrong). Firstly, use the java applet to continuously display screenshots and convert it to video and upload it as a video file. And secondly, create a vnc java server and record it as a .fbs file and play it using a player such as: http://www.wizhelp.com/flashlight-vnc/index.html
I would like to know the best solution in terms of video quality, file size, compatibility between platforms (windows and mac), problems with the firewall and, finally, ease of implementation.
I am very new to Java. Please tell me the best solution for my problem. In addition, it’s easy for me to simply program it myself, or I must develop it through a freelancer. I have a lot of programming experience (5 years in LAMP), but not in Java.
Many thanks.
source
share