yuheng
yuheng
按照rendme写的安装,漏了安装
运行参数是什么,打开的哪个页面
跟你的srs相关,按照readme把端口开放
https://livetalking-doc.readthedocs.io/en/latest/usage.html#replace-with-your-own-digital-human
模型的问题,这个模型效果不太好。 有效果好的不是开源的,需要购买
b站搜 不蠢不蠢
numpy 降级到1.xx版本
webrtc限定udp端口范围 git clone https://github.com/lipku/aioice.git cd aioice pip install . git clone https://github.com/lipku/aiortc.git cd aiortc pip install . 默认udp端口范围 50000-51000 如果需要自定义范围,修改aiortc中代码src/aiortc/rtcicetransport.py ports = range(50000, 51000)