Yan Changwei

Results 16 comments of Yan Changwei

The problem info using gdb debug is below: [Thread 0x7fff4161c700 (LWP 129287) exited] Thread 1 "python3" received signal SIGSEGV, Segmentation fault. 0x00005555586eae90 in ?? ()

hello, I meet some errors when installing the 1D Grid Sampling and RoI Align operators, the error message is 'roi_align/src/roi_align_kernel.cu:12:10: fatal error: ATen/ceil_div.h: No such file or directory #include ^~~~~~~~~~~~~~~~~...

如标题,如何解决这个问题,其他配置一切正常!

> 修改python/site-packages/flask_sockets.py > > self.url_map.add(Rule(rule, endpoint=f)) 改成 self.url_map.add(Rule(rule, endpoint=f, websocket=True)) 您好,我环境配置好后,直接运行python app.py, 出现如下报错信息: ![image](https://github.com/lipku/metahuman-stream/assets/22862171/16447ecf-8616-4f99-b39a-6ed924beb7aa) 已经修改了websocket=True这个地方,麻烦您看看截图的这个报错是什么原因,另外数字人输出依然无反应,感谢!

如下图是我发送text文本信息时的结果,请大佬看下出不来数字人视频的原因,感谢! ![image](https://github.com/lipku/metahuman-stream/assets/22862171/0e4bf9f2-576a-4594-8085-cae266e81346) ![image](https://github.com/lipku/metahuman-stream/assets/22862171/1b81282e-e6b8-4c79-aeff-38b9e61bdb6f) ![img_v3_028j_28bbb412-4cbd-4a5f-aee7-953bbe40c03g](https://github.com/lipku/metahuman-stream/assets/22862171/a20e8f7e-1805-40da-a9c0-8abe1a3ba389) 期待大佬回复!

![image](https://github.com/lipku/metahuman-stream/assets/22862171/4a3dfa86-9e25-4e84-8014-ad622e5f6f5c) srs已经调通了的,防火墙也非激活状态,应该是其他什么 原因吗,如何排查,给些指导意见,感谢!

> 没关系。先把srs调通,具体可以看srs的项目说明,感觉你的端口没通,是不是防火墙的问题。 暂时没额 ,后续一起讨论。

请教下各位大佬@,我这个是什么原因啊? 运行到这步时,VLC拉流失败。 运行成功后,用vlc访问rtmp://serverip/live/livestream 运行 python app.py存在错误,错误信息如下: [tcp @ 0x7f2777834a80] Connection to tcp://localhost:1935 failed: Connection refused [rtmp @ 0x7f27777f0600] Cannot open connection tcp://localhost:1935 其余配置都正常,请问是什么原因?提前感谢!

> 这样正常了。但如果想让fps=50需要怎么做呢?我改了几个地方,但似乎inference卡住了: 您好,请问您这个说话的界面是从哪出来的,我运行了docker, app.py也能正常运行,但是vlc拉流拉不到,没显示界面,提取感谢指导!

> > > 这样正常了。但如果想让fps=50需要怎么做呢?我改了几个地方,但似乎inference卡住了: > > > > > > 您好,请问您这个说话的界面是从哪出来的,我运行了docker, app.py也能正常运行,但是vlc拉流拉不到,没显示界面,提取感谢指导! > > rtmpserver运行了么。你需要把app.py的流推到rtmpserver,也就是另一个docker container。注意保证rtmpserver和app.py运行的docker container在同一个网关下。 您好,我是按照readme进行的配置, ![image](https://github.com/lipku/metahuman-stream/assets/22862171/0c2bbdf2-78a0-49ca-b593-62600222b8ce) docker能正常运行,app.py也能正常运行,就是vlc拉取不到流。