mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
refine readme
This commit is contained in:
parent
b89036e47c
commit
4d880f82b8
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
|
### Stream Architecture
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
+---------+ +----------+
|
+---------+ +----------+
|
||||||
+ Publish + + Deliver |
|
+ Publish + + Deliver |
|
||||||
+---|-----+ +----|-----+
|
+---|-----+ +----|-----+
|
||||||
+------------------+-------------------------+----------------+
|
+-----------------------+-------------------------+----------------+
|
||||||
| Input | SRS(Simple RTMP Server) | Output |
|
| Input | SRS(Simple RTMP Server) | Output |
|
||||||
+------------------+-------------------------+----------------+
|
+-----------------------+-------------------------+----------------+
|
||||||
| Encoder(1) | +-> RTMP protocol ----+-> Flash Player |
|
| Encoder(1) | +-> RTMP protocol ----+-> Flash Player |
|
||||||
| (FMLE,FFMPEG, --+->-+-> HLS/NGINX --------+-> m3u8 player |
|
| (FMLE,FFMPEG, --rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player |
|
||||||
| Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server |
|
| Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server |
|
||||||
| ......) | +-> Transcoder -------+-> RTMP Server |
|
| ......) | +-> Transcoder -------+-> RTMP Server |
|
||||||
| | +-> DVR --------------+-> FILE |
|
| | +-> DVR --------------+-> FILE |
|
||||||
| | +-> BandwidthTest ----+-> Flash/StLoad |
|
| | +-> BandwidthTest ----+-> Flash/StLoad |
|
||||||
+------------------+ | |
|
+-----------------------+ | |
|
||||||
| MediaSource(2) | | |
|
| MediaSource(2) | | |
|
||||||
| (RTSP,FILE, | | |
|
| (RTSP,FILE, | | |
|
||||||
| HTTP,HLS, --+->-- Ingester -----------+-> SRS |
|
| HTTP,HLS, -------+->-- Ingester -----------+-> SRS |
|
||||||
| Device, | | |
|
| Device, | | |
|
||||||
| ......) | | |
|
| ......) | | |
|
||||||
+------------------+-------------------------+----------------+
|
+-----------------------+-------------------------+----------------+
|
||||||
|
|
||||||
Remark:
|
Remark:
|
||||||
(1) Encoder: encoder must push RTMP stream to SRS server.
|
(1) Encoder: encoder must push RTMP stream to SRS server.
|
||||||
|
|
Loading…
Reference in a new issue