fix: 修复服务方式

This commit is contained in:
Daniel
2026-04-07 02:01:19 +08:00
parent 026ef6c2e3
commit afec0980d4
3 changed files with 93 additions and 0 deletions

View File

@@ -69,6 +69,13 @@ cd video_worker
bash scripts/run_server.sh
```
边缘设备一键接入(仅上游下发,边缘主动连中心):
```bash
cd video_worker
bash scripts/start_edge_device_local.sh
```
独立 WS 网关服务(远程推荐):
```bash