B4J Question Creating a Remote Desktop solution with B4J (PC to PC)

wonder

Expert
Licensed User
Longtime User
I'd like to create a very very simplified remote desktop application for my personal use.

My idea:
- Screenshot my PC at home 30 times per second
- Continuously send the screenshots to my laptop
- Receive mouse/keyboard input from the client
- Local network and Internet compatible (UDP? TCP/IP?)

So...
Is it possible? If so, would the jAWTRobot lib be up for the job? Would such performance be achievable?\

Many thanks in advance.
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Is it possible that an encoder video can be faster than sending single frames? I don't think so.
Maybe not faster... but, since it will certainly compress the data, less bandwidth will be necessary!
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Yes, but you need to compare the 30 frames/s (300k * 30) per second against 1s of video encoded!
 
Upvote 0
Top