找回密码
 立即注册
查看: 640|回复: 0

UE5像素流推送

[复制链接]
发表于 2023-2-4 18:46 | 显示全部楼层 |阅读模式
参考:https://docs.unrealengine.com/5.0/en-US/getting-started-with-pixel-streaming-in-unreal-engine/
首先创建一个UE5工程,并打包

    Edit > Plugins,开启Pixel Streaming 插件Edit > Project Settings,Under the Engine > Input category, find and enable the Always Show Touch Interface settingEdit > Editor Preferences,Under the Level Editor > Play category, find the Additional Launch Parameters setting, and set its value to -AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=8888

image.png


image.png

启动打包后的应用程序时需要添加参数:-AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=8888
启动信令服务

    修改config.json文件:config.json里面的StreamerPort参数要与启动UE程序时设置的PixelStreamingPort保持一致。HttpPort即是信令服务与前端WebSocket页面通信的端口。在打包后的Samples\PixelStreaming\WebServers\SignallingWebServer目录下,执行命令
node cirrus.js
可以修改config.json文件后,启动多个信令实例。
    网页上访问:http://localhost:80,即可访问UE自带的默认的像素流插件页面

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Unity开发者联盟 ( 粤ICP备20003399号 )

GMT+8, 2024-11-16 07:00 , Processed in 0.174256 second(s), 26 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表