mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
refine readme
This commit is contained in:
parent
9873bcd26f
commit
88bfa6f203
1 changed files with 19 additions and 19 deletions
38
README.md
38
README.md
|
@ -314,25 +314,25 @@ srs always use the most simple architecture to support complex transaction.
|
|||
### Stream Architecture
|
||||
|
||||
<pre>
|
||||
+---------+ +----------+
|
||||
+ Publish + + Deliver |
|
||||
+---|-----+ +----|-----+
|
||||
+-----------------------+-------------------------+----------------+
|
||||
| Input | SRS(Simple RTMP Server) | Output |
|
||||
+-----------------------+-------------------------+----------------+
|
||||
| Encoder(1) | +-> RTMP protocol ----+-> Flash Player |
|
||||
| (FMLE,FFMPEG, --rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player |
|
||||
| Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server |
|
||||
| ......) | +-> Transcoder -------+-> RTMP Server |
|
||||
| | +-> DVR --------------+-> FILE |
|
||||
| | +-> BandwidthTest ----+-> Flash/StLoad |
|
||||
+-----------------------+ | |
|
||||
| MediaSource(2) | | |
|
||||
| (RTSP,FILE, | | |
|
||||
| HTTP,HLS, -------+->-- Ingester -----rtmp--+-> SRS |
|
||||
| Device, | | |
|
||||
| ......) | | |
|
||||
+-----------------------+-------------------------+----------------+
|
||||
+---------+ +----------+
|
||||
+ Publish + + Deliver |
|
||||
+---|-----+ +----|-----+
|
||||
+----------------------+-------------------------+----------------+
|
||||
| Input | SRS(Simple RTMP Server) | Output |
|
||||
+----------------------+-------------------------+----------------+
|
||||
| Encoder(1) | +-> RTMP protocol ----+-> Flash Player |
|
||||
| (FMLE,FFMPEG, -rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player |
|
||||
| Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server |
|
||||
| ......) | +-> Transcoder -------+-> RTMP Server |
|
||||
| | +-> DVR --------------+-> FILE |
|
||||
| | +-> BandwidthTest ----+-> Flash/StLoad |
|
||||
+----------------------+ | |
|
||||
| MediaSource(2) | | |
|
||||
| (RTSP,FILE, | | |
|
||||
| HTTP,HLS, ------+->-- Ingester ----(rtmp)-+-> SRS |
|
||||
| Device, | | |
|
||||
| ......) | | |
|
||||
+----------------------+-------------------------+----------------+
|
||||
|
||||
Remark:
|
||||
(1) Encoder: encoder must push RTMP stream to SRS server.
|
||||
|
|
Loading…
Reference in a new issue