From a40654a54507a51a20c3104625b20e4be6aa5bf8 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 19 May 2026 10:41:07 -0400 Subject: [PATCH] Update --- skills/srs-develop/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skills/srs-develop/SKILL.md b/skills/srs-develop/SKILL.md index a581575a8..a252e9345 100644 --- a/skills/srs-develop/SKILL.md +++ b/skills/srs-develop/SKILL.md @@ -152,6 +152,10 @@ Only after the user confirms the routing do you proceed to Step 2. ``` bash scripts/proxy-e2e-cluster-test.sh ``` + - Proxy + SRS edge + SRS origin three-tier topology (starts proxy + one SRS edge in `mode remote` registered with the proxy + one upstream SRS origin, publishes RTMP via proxy→edge→origin, then plays the same stream with two concurrent RTMP players where the second joins after a delay as a late joiner on the active edge-pull): + ``` + bash scripts/proxy-e2e-edge-test.sh + ``` - Redis multi-proxy routing test (requires local Redis; starts two proxy instances with Redis LB, publishes through one proxy, verifies playback through the other): ``` bash scripts/proxy-e2e-redis-test.sh