update readme

This commit is contained in:
lipku 2024-09-03 20:43:30 +08:00
parent baf8270fc5
commit 995428b426
1 changed files with 12 additions and 1 deletions

View File

@ -67,8 +67,19 @@ docker run --gpus all -it --network=host --rm registry.cn-beijing.aliyuncs.com/c
``` ```
代码在/root/metahuman-stream先git pull拉一下最新代码然后执行命令同第2、3步 代码在/root/metahuman-stream先git pull拉一下最新代码然后执行命令同第2、3步
另外提供autodl镜像: <https://www.codewithgpu.com/i/lipku/metahuman-stream/base> 提供如下镜像
- autodl镜像: <https://www.codewithgpu.com/i/lipku/metahuman-stream/base>
[autodl教程](autodl/README.md) [autodl教程](autodl/README.md)
- 好易智算镜像(不需要单独部srs服务器)<https://bbs.haoee.com/postDetail/657>
在后台运行如下命令
```
nginx
cd ~/srs/trunk
./objs/srs -c conf/rtc.tcp.udp.conf
cd ~/metahuman-stream
python app.py
```
浏览器打开http:<haoee公网访问地址>/rtcpushapi.html如http://www.haoee.com:25232/rtcpushapi.html
## 5. 性能分析 ## 5. 性能分析