winlin

refine readme

正在显示 1 个修改的文件 包含 6 行增加6 行删除
@@ -317,22 +317,22 @@ srs always use the most simple architecture to support complex transaction. @@ -317,22 +317,22 @@ srs always use the most simple architecture to support complex transaction.
317 +---------+ +----------+ 317 +---------+ +----------+
318 + Publish + + Deliver | 318 + Publish + + Deliver |
319 +---|-----+ +----|-----+ 319 +---|-----+ +----|-----+
320 -+------------------+-------------------------+----------------+ 320 ++-----------------------+-------------------------+----------------+
321 | Input | SRS(Simple RTMP Server) | Output | 321 | Input | SRS(Simple RTMP Server) | Output |
322 -+------------------+-------------------------+----------------+ 322 ++-----------------------+-------------------------+----------------+
323 | Encoder(1) | +-> RTMP protocol ----+-> Flash Player | 323 | Encoder(1) | +-> RTMP protocol ----+-> Flash Player |
324 -| (FMLE,FFMPEG, --+->-+-> HLS/NGINX --------+-> m3u8 player | 324 +| (FMLE,FFMPEG, --rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player |
325 | Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server | 325 | Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server |
326 | ......) | +-> Transcoder -------+-> RTMP Server | 326 | ......) | +-> Transcoder -------+-> RTMP Server |
327 | | +-> DVR --------------+-> FILE | 327 | | +-> DVR --------------+-> FILE |
328 | | +-> BandwidthTest ----+-> Flash/StLoad | 328 | | +-> BandwidthTest ----+-> Flash/StLoad |
329 -+------------------+ | | 329 ++-----------------------+ | |
330 | MediaSource(2) | | | 330 | MediaSource(2) | | |
331 | (RTSP,FILE, | | | 331 | (RTSP,FILE, | | |
332 -| HTTP,HLS, --+->-- Ingester -----------+-> SRS | 332 +| HTTP,HLS, -------+->-- Ingester -----------+-> SRS |
333 | Device, | | | 333 | Device, | | |
334 | ......) | | | 334 | ......) | | |
335 -+------------------+-------------------------+----------------+ 335 ++-----------------------+-------------------------+----------------+
336 336
337 Remark: 337 Remark:
338 (1) Encoder: encoder must push RTMP stream to SRS server. 338 (1) Encoder: encoder must push RTMP stream to SRS server.