Question

Is it possible to share computer screen with someone else over internet ? I have attended few sessions of IBM where the presenter has shared his computer screen with the participants !

How should i go about to include this feature in my project. Any open-source API available to do the same ?

Was it helpful?

Solution

There are a lot of options when it comes to screen sharing. Wikipedia has a nice table comparing lots of remote desktop software.

One that looks fairly promising is FreeRDP. The source is on github and it seems to be pretty active project.

If you want to learn more, you can search for info about the Remote Desktop Protocol (RDP) which is what is being implemented in many of these programs.

If you are looking for something more web-specific (like Chrome's remote desktop), check out WebRTC. It is what the Chrome team is using to accomplish their screen sharing.

OTHER TIPS

If you don't mind being limited to Chrome:

Chromoting (Chrome Remote Desktop) - Chromoting API
Google Hangouts - Hangout API

Skype also has a fantastic function for sharing screens. It allows an entire screen during a phone call for free. Makes working with someone on a project incredibly easy.

Go with TeamViewer, you can share your Computer Screen.

Else Go with Skype, share screen, Video calls etc etc.

I Personally like http://join.me Its fast, small and easy to use.

Will hardly take few seconds to set-up!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top