屏幕捕获和无损codeC,.NET [英] screen capture and lossless codec, .net

查看:102
本文介绍了屏幕捕获和无损codeC,.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有C#编写的系统/。NET。 客户端化妆截屏(1-3次/秒),并发送所述屏幕截图,用于处理一个高性能服务器

There is a system written in c#/.net. The client make screen shots (1-3 times/sec) and sends the screen shots to a high performance server for processing.

我要减少网络流量。

  • previously我送PNG图像数据。
  • 现在,我只是检查的重要地区,且仅当改变发送这些地区。

现在我想知道,如果你使用无损codeCS会发生什么。 有一些退出无损视频codeCS。 但是,我怎么可以用它从C#/。NET,并发送流?

Now I wondering what would happen if you use lossless codecs. There is a few exiting lossless video codecs. But how can I use it from c#/.net , and send the stream?

我找了几个AVI封装,像的 AForge.AVIWriter ,但所有的结果保存到文件中。 (这是因为空间不足无法将其保存到客户端的临时文件)

I found a few AVI wrappers, like AForge.AVIWriter, but all save the result into file. (it's not possible to save it to a temporary file in client, because of lack of space)

推荐答案

这听起来像你试图重新创造这样的远程桌面(的 RDP协议)或 VNC (的 RFB协议)。这两方面的协议是无损压缩和发送融为一体pressed增量,所以你可以看看他们,看看是否有一些会照顾的细节,你的库。

It sounds like you're trying to re-create something like Remote Desktop (RDP protocol) or VNC (RFB protocol). Both of those protocols are lossless and send compressed deltas, so you might look into them and see if there are libraries that would take care of the details for you.

这篇关于屏幕捕获和无损codeC,.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆