screen shairing application
-
hi , i want to develop an application in Java where one person will share screen with several people joining the conference , just need some help for start up. please share some links or help code to begin with. I have no idea which technology i can use,how it's work flow. Please anybody knows about that please help me.
-
hi , i want to develop an application in Java where one person will share screen with several people joining the conference , just need some help for start up. please share some links or help code to begin with. I have no idea which technology i can use,how it's work flow. Please anybody knows about that please help me.
Have a read of the forums. We will not do your work for you, but will happily help. Try, get stuck and THEN ask a question.
Panic, Chaos, Destruction. My work here is done.
-
hi , i want to develop an application in Java where one person will share screen with several people joining the conference , just need some help for start up. please share some links or help code to begin with. I have no idea which technology i can use,how it's work flow. Please anybody knows about that please help me.
You would need to look into the
java.awt.Robot
class to capture the screen. Just search for this class and you will get several tutorials explaining how to use it. But remember, this class just captures images of your desktop. You would then have to send those images over the network to other computers using an implementation of either Datagram (UDP-based) or TCP-based Sockets or RMI. Plus, also look into Serialization. These are the only pointers I can give you. People do not write tutorials about such stuff. I hope this helps you find a suitable direction to move forward in.
The beginning of knowledge is the fear of God