Tag: mpeg

C#更好的压缩远程桌面广播应用程序

我正在创建TCP远程桌面广播应用程序。 (服务器应用程序会像Team Viewer或VNC那样) 1. run on a PC listening for multiple clients on one Thread 2. and on another thread it will record the desktop every second 3. and it will broadcast the desktop for each connected client. 我需要使这个应用程序可以在12KBps上传和50KBps下载DSL连接(客户端和服务器)的连接上运行。 所以..我必须减少每秒发送的数据/图像的大小。 我尝试通过以下方式减少。 I. first i send a Bitmap frame of the desktop and each other time […]