Hi,
I am trying to do a simple project that can share Computer screen over internet and the client mobile can see the desktop screen.
I have searched a lot but did not find the appropriate solution.
Any help is greatly appreciated.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohamed AbedallahPosted Sep 29, 2016, 7:04 AM
You might be able to do this using DirectShow functions on Windows to capture the PC screen to a video stream and then open the streamed video on Mobile phones using Internet browser since most of them supports HTML5 Video tags that can playback some types of video streams (like UDP/RTP, RTSP MP4). Keep in mind that if you want to use DirectShow you must have a good knowledge in C++ language.
LEADTOOLS has .NET classes that allow you to capture PC screen then streams the captured frames. Here is a small project that streams the PC screen:
https://www.leadtools.com/support/forum/posts/m32413-HOW-TO--Stream-screen-contents-to-a-network-and-play-on-different-PC#post32413
Disclaimer: I work for LEAD.
Prakash MalakarPosted Sep 18, 2016, 9:21 AM
Delpin Susai RajPosted Sep 18, 2016, 8:38 AM
Prakash MalakarPosted Sep 17, 2016, 7:07 PM
Tapan PatelPosted Sep 17, 2016, 1:09 PM