-
参考官方文档打包虚幻引擎应用程序, 如下图打包后的exe文件(PixelStreamingApplication.exe )
在虚幻引擎安装文件夹下, 找到找到信令服务器的路径, ( Samples/PixelStreaming/WebServers/SignallingWebServer )。
npm install , 安装依赖, 如果安装失败可以尝试删除缓存重新安装
npm cache clear --force
npm install
-
启动服务npm run start
- 启动UE4客户端应用程序, 注意修改服务IP地址和方可端口。
PixelStreamingApplication.exe -PixelStreamingIP=127.0.0.1 -PixelStreamingPort=8888
- web 端访问虚幻应用, chrome浏览器打开并访问 http://127.0.0.1