1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

refine readme

This commit is contained in:
winlin 2014-03-21 18:27:20 +08:00
parent b89036e47c
commit 4d880f82b8

View file

@ -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.