1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update readme for add atc rtmp arch

This commit is contained in:
winlin 2014-03-26 16:36:11 +08:00
parent 0858bd8b6f
commit 45ec1ebe41

View file

@ -354,6 +354,18 @@ Remark:
to ingest any input to rtmp, push to srs.
</pre>
### [HDS/HLS origin backup](https://github.com/winlinvip/simple-rtmp-server/wiki/RTMP-ATC)
<pre>
+----------+ +----------+
+--ATC->-+ server +--ATC->-+ packager +-+ +-----------------+
+----------+ | RTMP +----------+ RTMP +----------+ | | Reverse | +-------+
| encoder +->-+ +->-+ Proxy +-->-+ CDN +
+----------+ | +----------+ +----------+ | | (nginx,varnish) | +-------+
+--ATC->-+ server +--ATC->-+ packager +-+ +-----------------+
RTMP +----------+ RTMP +----------+
</pre>
### (plan) RTMP cluster(origin/edge) Architecture
Remark: cluster over forward, see [Cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster)