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

update stream arch.

This commit is contained in:
winlin 2015-01-23 11:27:27 +08:00
parent 102736a94d
commit 1e26f54b5c

View file

@ -1107,12 +1107,13 @@ SRS always use the most simple architecture to support complex transaction.
+----------------------+-------------------------+----------------+ +----------------------+-------------------------+----------------+
| Input | SRS(Simple RTMP Server) | Output | | Input | SRS(Simple RTMP Server) | Output |
+----------------------+-------------------------+----------------+ +----------------------+-------------------------+----------------+
| Encoder(1) | +-> RTMP protocol ----+-> Flash Player | | Encoder(1) | +-> RTMP protocol ----+-> RTMP player |
| (FMLE,FFMPEG, -rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player | | (FMLE,FFMPEG, -rtmp-+->-+-> HLS/HTTP ---------+-> M3u8 player |
| Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server | | Flash,XSPLIT, | +-> FLV/MP3/Aac/Ts ---+-> HTTP player |
| ......) | +-> Transcoder -------+-> RTMP Server | | ......) | +-> Fowarder ---------+-> RTMP server |
| | +-> DVR --------------+-> FILE | | | +-> Transcoder -------+-> RTMP server |
| | +-> BandwidthTest ----+-> Flash/StLoad | | | +-> DVR --------------+-> Flv file |
| | +-> BandwidthTest ----+-> flash |
+----------------------+ | | +----------------------+ | |
| MediaSource(2) | | | | MediaSource(2) | | |
| (RTSP,FILE, | | | | (RTSP,FILE, | | |