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

change dev plan

This commit is contained in:
winlin 2014-02-26 10:09:21 +08:00
parent 95601b69f5
commit 3f3e64686d

View file

@ -153,7 +153,7 @@ System Architecture:
+---------------+---------------+-----------+----------+ +---------------+---------------+-----------+----------+
| Network(state-threads) | | Network(state-threads) |
+------------------------------------------------------+ +------------------------------------------------------+
| All Linux(RHEL,Centos,Ubuntu,Fedora...) | | All Linux(RHEL,CentOS,Ubuntu,Fedora...) |
+------------------------------------------------------+ +------------------------------------------------------+
</pre> </pre>
Stream Architecture: Stream Architecture:
@ -169,7 +169,24 @@ Stream Architecture:
| Flash, | +-> Fowarder ---------+-> RTMP Server | | Flash, | +-> Fowarder ---------+-> RTMP Server |
| XSPLIT, | +-> Transcoder -------+-> RTMP Server | | XSPLIT, | +-> Transcoder -------+-> RTMP Server |
| ...) | +-> DVR --------------+-> FILE | | ...) | +-> DVR --------------+-> FILE |
| | +-> BandwidthTest-----+-> Flash/StLoad | | | +-> BandwidthTest ----+-> Flash/StLoad |
+-----------+-------------------------+----------------+
</pre>
RTMP cluster(origin/edge) Architecture:<br/>
Remark: cluster over forward, see [Cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster)
<pre>
+---------+ +----------+
+ Publish + + Deliver |
+---|-----+ +----|-----+
+-----------+-------------------------+----------------+
| Encoder | SRS(Simple RTMP Server) | Client |
+-----------+-------------------------+----------------+
| (FMLE, | +-> RTMP protocol ----+-> Flash Player |
| FFMPEG, --+-> +-> HLS/NGINX --------+-> m3u8 player |
| Flash, | +-> Fowarder ---------+-> RTMP Server |
| XSPLIT, | +-> Transcoder -------+-> RTMP Server |
| ...) | +-> DVR --------------+-> FILE |
| | +-> BandwidthTest ----+-> Flash/StLoad |
+-----------+-------------------------+----------------+ +-----------+-------------------------+----------------+
</pre> </pre>
Bandwidth Test Workflow: Bandwidth Test Workflow: