ue5.6 推送视频流

目录

[Pixel Streaming 2](#Pixel Streaming 2)

[exe 推流带分辨率,测试有效](#exe 推流带分辨率,测试有效)


ue5.6 界面自带 http server。

Pixel Streaming 2

打包后还是需要server单独启动:

exe 推流带分辨率,测试有效

cpp 复制代码
MetahumancharacterHeiXi.exe -ForceRes -ResX=540 -ResY=960 -RenderOffscreen -PixelStreamingSignallingURL="ws://127.0.0.1:8888"

vp9 命令行 变模糊

但是界面变vp9变清晰流畅。

bash 复制代码
MetahumancharacterHeiXi.exe -ForceRes -ResX=540 -ResY=960 -RenderOffscreen -PixelStreamingSignallingURL="ws://127.0.0.1:8888" -PixelStreamingCodec=VP9
相关推荐
狂云歌18 小时前
AI写UE的3Dgame
人工智能·3d·ue5·游戏程序
日月云棠5 天前
UE5源码分析之Editor——Blutility模块全面分析
ue5
日月云棠5 天前
UE5源码分析之Editor——BehaviorTreeEditor模块全面分析
ue5
日月云棠5 天前
UE5源码分析之Editor——AssetTagsEditor模块全面分析
ue5
远离UE46 天前
UE5 显存 虚拟内存 深入学习笔记
笔记·学习·ue5
日月云棠6 天前
UE5源码分析之Editor——AnimationSettings模块全面分析
ue5
远离UE47 天前
UE5 SF_VertexShader 如何使用
ue5
电子云与长程纠缠7 天前
UE5 Lyra PocketWorld进行3D内容UI预览 - 上
开发语言·学习·3d·ue5·游戏引擎
电子云与长程纠缠7 天前
UE5 Lyra PocketWorld进行3D内容UI预览 - 下
开发语言·学习·游戏·ui·ue5
远离UE48 天前
UE5 GPU内部异步
ue5