Hello i would like to make software for screen sharing (something like team viewer but without desktop remote , only screen share) in c#
is there any finished project like this ?
Please if you can help me , be usefull :)
This is one of source codes i ve found :
http://www.codeproject.com/Articles/371955/Motion-JPEG-Streaming-Server
About this : it works good , but seems like it cant work online , only works on same IP connected computers
maybe you know how to make it works online ??
http://www.c-sharpcorner.com/uploadfile/ulricht/how-to-create-a-simple-screen-sharing-application-in-C-Sharp/
This one also works , but the other computer user cant see my screen , only i can see his
Can anyone help ?
Loading
Russ LPosted Mar 17, 2017, 5:50 PM
Hello,
This post is pretty old now, but I just recently stumbled across it.
If you are interested in an SDK to help in developing an application like this, I would recommend checking out LEADTOOLS. They have a video conferencing demo that is included in their evaluation. I also saw some streaming options that might be of interest if you wanted to share the video on multiple platforms also.
You can set up a server pretty easily with code like this:
You can find more information here:
https://www.leadtools.com/sdk/multimedia/video-conferencing