From 995428b426e0d146fbe104d7fed79fbbe9636154 Mon Sep 17 00:00:00 2001 From: lipku Date: Tue, 3 Sep 2024 20:43:30 +0800 Subject: [PATCH] update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 272aa78..9bdc6e7 100644 --- a/README.md +++ b/README.md @@ -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步 -另外提供autodl镜像: +提供如下镜像 +- autodl镜像: [autodl教程](autodl/README.md) +- 好易智算镜像(不需要单独部srs服务器), +在后台运行如下命令 +``` +nginx +cd ~/srs/trunk +./objs/srs -c conf/rtc.tcp.udp.conf +cd ~/metahuman-stream +python app.py +``` +浏览器打开http:/rtcpushapi.html,如http://www.haoee.com:25232/rtcpushapi.html ## 5. 性能分析