简体   繁体   English

使用Node.js进行视频游戏流

[英]Videogame Streaming with Node.js

I'd like to develop a streaming videogame application. 我想开发一个流视频游戏应用程序。 Sort of what you can do with Nvidia SHIELD: stream games from a powerful PC to any web browser. 使用Nvidia SHIELD可以做的事情是:将游戏从功能强大的PC传输到任何Web浏览器。

I'm just wondering if there would be any chance to accomplish that using node.js (I just know the basics of it). 我只是想知道是否有机会使用node.js(我只知道它的基本知识)来完成它。 So that I could run a game in my desktop gaming pc and I can catch the controller events and watch the stream of the gameplay at the web browser of my old laptop. 这样我就可以在台式游戏机上运行游戏,并且可以在旧笔记本电脑的网络浏览器上捕获控制器事件并观看游戏流程。

Thanks. 谢谢。

In theory this could be accomplished using something like this though I doubt that you will get good enough performance to play any games well with it. 从理论上讲,这可以使用类似的方法来完成,尽管我怀疑您是否会获得足够的性能以使其玩任何游戏。

The Nvidia Shield uses the GPU to transcode the current videostream to h264 for sending it efficiently over the network, you won't get that kind of support within a node.js application. Nvidia Shield使用GPU将当前视频流转码为h264,以便通过网络有效地发送它,而在node.js应用程序中则不会获得这种支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM