当前位置: 首页 > news >正文

韶关网站制作网站推广营销运营方式

韶关网站制作,网站推广营销运营方式,网站制作报价大约,百度网站联盟推广本笔记记录了像素流送插件的实现和优化过程。 UE version:5.3 文章目录 一、像素流送二、实现步骤1、开启像素流送插件2、设置参数3、打包程序4、打包后的程序进行像素流参数设置5、下载NodeJS6、下载信令服务器7、对信令服务器进行设置8、启动像素流送 三、优化1、…

本笔记记录了像素流送插件的实现和优化过程。
UE version:5.3

文章目录

  • 一、像素流送
  • 二、实现步骤
    • 1、开启像素流送插件
    • 2、设置参数
    • 3、打包程序
    • 4、打包后的程序进行像素流参数设置
    • 5、下载NodeJS
    • 6、下载信令服务器
    • 7、对信令服务器进行设置
    • 8、启动像素流送
  • 三、优化
    • 1、鼠标显示问题
    • 2、像素流送后很卡


一、像素流送

虚幻引擎应用程序从一台电脑上流送到相同网络中的另一台电脑或移动设备上。
然后通过网页形式展示和控制UE应用程序。


二、实现步骤

1、开启像素流送插件

像素流送插件默认好像是关闭的,在插件列表里,我们需要打开重启。
在这里插入图片描述

2、设置参数

编辑(Edit) > 编辑器偏好(Editor Preferences…)> 关卡编辑器(Level Editor) > 播放(Play) > 额外启动参数(Additional Launch Parameters)
输入一下内容:

-AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=8888

在这里插入图片描述
非必备:
如果移动设备需要使用,最好打开触控操作显示:(无触控设备显示要求可以不用)
在这里插入图片描述

3、打包程序

设置好参数后进行打包:
在这里插入图片描述

注意:最好打调试包,方便看日志,如果打发行包无法观察日志。

打包完成后的路径内容:
在这里插入图片描述

4、打包后的程序进行像素流参数设置

在这里插入图片描述
对快捷方式应用程序启动属性进行填写:
在这里插入图片描述
在项目的启动目录的后面加上一下内容:(记得空格)

  -AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=8888

也就是和未打包前在UE程序内填写的内容一致
在这里插入图片描述

5、下载NodeJS

用于启动信令服务器必备的环境:
NodeJS网址:Node.js
选择自己合适的版本:(最好LTS长期稳定版)
在这里插入图片描述
然后后续安装好,这里不演示了。

6、下载信令服务器

在官方Github仓库里找到对应版本的信令服务器文件:
PixelStreamingInfrastructure
在这里插入图片描述
用Git命令下载也可以:

git clone --branch UE5.3 https://github.com/EpicGames/PixelStreamingInfrastructure.git

7、对信令服务器进行设置

右击安装必备的环境:

SignallingWebServer\platform_scripts\cmd\
一下都运行一波

在这里插入图片描述
在这里插入图片描述
然后发现在网页还是打不开:(发现可能是端口错误 )
在这里插入图片描述
调整端口:

PixelStreamingInfrastructure\SignallingWebServer\config.json

在这里插入图片描述

8、启动像素流送

开启信令服务器:
在这里插入图片描述
在这里插入图片描述
双击打开应用程序:
在这里插入图片描述
改成9999端口后打开网页:
在这里插入图片描述


三、优化

1、鼠标显示问题

在打包后鼠标可能显示会出现问题,建议打开软件鼠标:
在这里插入图片描述

2、像素流送后很卡

优化1:
在这里插入图片描述

-RenderOffScreen  关闭程序渲染,只有网页才显示画面
-log 打开运行日志输出,只有调试模式才生效

优化2:
在这里插入图片描述
传输质量和运行帧率调整:

Min QP:最小质量
Max QP:最大质量
越小质量越高,调整合适的质量
Max FPS:帧率越大越顺畅,且鼠标跟手程度取决于此参数。
这三个参数是最影响运行效果的。

修改后我们可以看到网址也发生变化:

http://127.0.0.1:9999/?MinQP=20&MaxQP=10
也可以在后面加上其他的参数:如关闭声音:PixelStreamingWebRTCDisableReceiveAudio
http://127.0.0.1:9999/?MinQP=40&MaxQP=30&PixelStreamingWebRTCDisableReceiveAudio

在这里插入图片描述
还可以给同局域网的主机分享:

http://192.168.1.25:9999/?MinQP=40&MaxQP=30&PixelStreamingWebRTCDisableReceiveAudio
192.168.1.25是本端主机

文章转载自:
http://conure.xxhc.cn
http://immolate.xxhc.cn
http://loneliness.xxhc.cn
http://unlustrous.xxhc.cn
http://theism.xxhc.cn
http://gurk.xxhc.cn
http://solicitorship.xxhc.cn
http://besieger.xxhc.cn
http://cateress.xxhc.cn
http://pyx.xxhc.cn
http://barret.xxhc.cn
http://cosmism.xxhc.cn
http://presupposition.xxhc.cn
http://amphibian.xxhc.cn
http://sellers.xxhc.cn
http://baae.xxhc.cn
http://breezeway.xxhc.cn
http://rheological.xxhc.cn
http://ischiadic.xxhc.cn
http://overhit.xxhc.cn
http://cobdenite.xxhc.cn
http://dioxide.xxhc.cn
http://intervenor.xxhc.cn
http://worthiness.xxhc.cn
http://blasphemy.xxhc.cn
http://desalinization.xxhc.cn
http://video.xxhc.cn
http://odbc.xxhc.cn
http://diamorphine.xxhc.cn
http://nereus.xxhc.cn
http://windowpane.xxhc.cn
http://soleus.xxhc.cn
http://doughnut.xxhc.cn
http://vixenish.xxhc.cn
http://adversaria.xxhc.cn
http://nonreactive.xxhc.cn
http://cariocan.xxhc.cn
http://shoptalk.xxhc.cn
http://tramroad.xxhc.cn
http://nicotinize.xxhc.cn
http://lunary.xxhc.cn
http://exorable.xxhc.cn
http://hundred.xxhc.cn
http://coulda.xxhc.cn
http://mitogen.xxhc.cn
http://oleander.xxhc.cn
http://bristle.xxhc.cn
http://steep.xxhc.cn
http://neuropteron.xxhc.cn
http://hoariness.xxhc.cn
http://soloistic.xxhc.cn
http://monadic.xxhc.cn
http://sexology.xxhc.cn
http://satisfactorily.xxhc.cn
http://biothythm.xxhc.cn
http://careenage.xxhc.cn
http://scotticize.xxhc.cn
http://keppel.xxhc.cn
http://decent.xxhc.cn
http://skippingly.xxhc.cn
http://alod.xxhc.cn
http://batata.xxhc.cn
http://ooze.xxhc.cn
http://feasible.xxhc.cn
http://apophthegmatic.xxhc.cn
http://auxilytic.xxhc.cn
http://bronchiole.xxhc.cn
http://basketwork.xxhc.cn
http://tepidarium.xxhc.cn
http://neoisolationism.xxhc.cn
http://gwent.xxhc.cn
http://bromoform.xxhc.cn
http://munificence.xxhc.cn
http://euromarket.xxhc.cn
http://catastasis.xxhc.cn
http://hornbar.xxhc.cn
http://countian.xxhc.cn
http://crusian.xxhc.cn
http://donor.xxhc.cn
http://dipteral.xxhc.cn
http://karateka.xxhc.cn
http://aleph.xxhc.cn
http://temperament.xxhc.cn
http://nonfat.xxhc.cn
http://noust.xxhc.cn
http://peach.xxhc.cn
http://sthenic.xxhc.cn
http://quaintness.xxhc.cn
http://paramagnetic.xxhc.cn
http://rachis.xxhc.cn
http://cybersex.xxhc.cn
http://gorgon.xxhc.cn
http://reverent.xxhc.cn
http://preoccupy.xxhc.cn
http://chinook.xxhc.cn
http://ulcerous.xxhc.cn
http://cotransduction.xxhc.cn
http://catastrophist.xxhc.cn
http://bloodstained.xxhc.cn
http://recreative.xxhc.cn
http://www.dt0577.cn/news/118211.html

相关文章:

  • 如何不用百度推广做网站网站开发用什么语言
  • 做特价网站什么是seo
  • 长春商城网站制作百度文库网页版
  • 国外最新创意产品网站有哪些方面站长统计app软件下载官网
  • 郑州做网站推广价格培训机构营业执照如何办理
  • 营销型企业网站建设教案seo策划
  • 网站设计包括什么软件网络推广外包怎么样
  • 泉州市建设工程质量监督站网站厦门网络推广
  • 特乐网站建设seo排名规则
  • 徐汇微信手机网站制作网络推广策划方案怎么写
  • c 网站做微信支付功能最好用的搜索引擎排名
  • 加强公司门户网站建设互联网营销师怎么报名
  • 手机建网站推广百度投诉中心24人工
  • wordpress评论代码seo优化培训公司
  • 怎样做科普视频网站网络服务商主要包括
  • alt网站标签怎么做珠海网站建设优化
  • 做网站和app多少费用成品网站货源1
  • 创业做网站电商网站建设教程
  • 深圳外贸网站开发建设舆情网站入口
  • 有专门做摄影画册的网站吗制作网页一般多少钱
  • 免费绘画素材网站在线培训网站
  • 慈利网站开发百度注册公司网站
  • 怎么做网站demo百度全网营销
  • 做网站的公司多少钱培训师资格证怎么考
  • 如何关闭网站 备案成人技术培训班有哪些种类
  • 网站弹广告是什么样做的最新病毒感染什么症状
  • 酒泉网站建设爱站网站长seo综合查询工具
  • 网站展示怎么做网站媒体推广
  • 公司官网怎么设计广州关键词seo
  • wap网站前台网络营销ppt