From 93c5d7225b954c1b9013e52003d6c09935bcf3d5 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 13 Dec 2025 08:24:40 -0500 Subject: [PATCH] Update for SRSX with proxy server. --- .augment-guidelines | 2 +- proxy/README.md | 2 +- trunk/3rdparty/srs-docs/doc/origin-cluster.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.augment-guidelines b/.augment-guidelines index eaf847344..4d6656ae8 100644 --- a/.augment-guidelines +++ b/.augment-guidelines @@ -13,7 +13,7 @@ architecture: origin_cluster: v6_mesh: "DEPRECATED - C++ MESH mode, RTMP only" - v7_proxy: "RECOMMENDED - Go-based proxy (https://github.com/ossrs/srsx/tree/main/proxy-go), all protocols, better scaling" + v7_proxy: "RECOMMENDED - Go-based proxy (https://github.com/ossrs/srsx/tree/main/cmd/proxy-go), all protocols, better scaling" codebase_structure: dirs: "trunk/src/{main,core,kernel,protocol,app}" diff --git a/proxy/README.md b/proxy/README.md index e39edd620..50f56c852 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -2,5 +2,5 @@ Migrated to below repositoties: -* [srsx/proxy-go](https://github.com/ossrs/srsx/tree/main/proxy-go) An common proxy server for any media servers with RTMP/SRT/HLS/HTTP-FLV and WebRTC/WHIP/WHEP protocols support. +* [srsx/cmd/proxy-go](https://github.com/ossrs/srsx/tree/main/cmd/proxy-go) An common proxy server for any media servers with RTMP/SRT/HLS/HTTP-FLV and WebRTC/WHIP/WHEP protocols support. diff --git a/trunk/3rdparty/srs-docs/doc/origin-cluster.md b/trunk/3rdparty/srs-docs/doc/origin-cluster.md index 44f02bae6..bc2eb3e38 100644 --- a/trunk/3rdparty/srs-docs/doc/origin-cluster.md +++ b/trunk/3rdparty/srs-docs/doc/origin-cluster.md @@ -50,7 +50,7 @@ server by below command, and get the executable binary `./srs-proxy`: ```bash git clone https://github.com/ossrs/srsx.git -cd srsx/proxy-go && make +cd srsx && make ``` > Note: You can also download the dependencies by running `go mod download` before building.