Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题很简单,但我想答案可能不是。
我想创建一个显示设备,GPU 将在其上渲染桌面或视频游戏。但是,此设备不会连接到视频卡端口上的任何物理屏幕。呈现的数据将通过网络检索并流式传输到其他地方。
有点类似于 OnLive 所做的,但我想通过 LAN 流式传输视频输出。显然,它必须是一个完整且真实的显示器,以便现有的应用程序或视频游戏可以在其上正常运行。
在 C# 中甚至可能吗?
您肯定可以将其作为输出流与您处理的帧链接起来,通过管道传输到网络套接字等吗?