Android Question Broadcasting PC desktop to multiple android devices

Asim A Baki

Active Member
Licensed User
Longtime User
Is there any directions of how to share PC desktop screen with multiple android devices
so the PC will act as a server and android devices will connect to it, then the PC will start sending its desktop to the clients

I tried using MJPEG from this example
http://www.codeproject.com/Articles/371955/Motion-JPEG-Streaming-Server

with MJPEG library
http://www.b4x.com/android/forum/threads/a-small-vidéo-mjpeg-librarie-for-ip-cam.15540/#post-181527

which was working but very slow, since the desktop example was capturing the screen with every client request and reencode the Mjpeg for each client so it kills the processor after 3 clients login

I need to find something more effecient, like VNC viewer, Streaming Mpeg4, Remote desktop, or even building a custom MJpeg which only reencode screen changes
 
Top