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
相关推荐
邪修king2 天前
UE5 零基础入门第二弹:让你的几何体 “活” 起来 ——Actor 基础与蓝图交互入门
c++·ue5·交互
Дерек的学习记录2 天前
Unreal Eangie 5:蓝图编程
开发语言·学习·ue5
吴梓穆2 天前
UE5 c++ 常用方法
java·c++·ue5
吴梓穆3 天前
UE5 无法修改Actor的图层
ue5
GentooEmacs4 天前
UnrealEngine(UE5)阿耳忒弥斯2号绕月飞行模拟
ue5·阿耳忒弥斯2号·绕月飞行·spice星历
吴梓穆4 天前
UE5 C++ 两种枚举
开发语言·c++·ue5
邪修king4 天前
【UE4/UE5 萌新向】有C++基础如何快速入门虚幻引擎?超详细图文全揭秘!
c++·ue5·ue4
Kang.Charles4 天前
UE游戏性能优化归结(基于UE5环境)
游戏·ue5
吴梓穆5 天前
UE5 Invideo 插件,拉取rtsp视频流
ue5
曼巴UE56 天前
Unlua 官方案例
c++·ue5·lua·ue