diff --git a/README.md b/README.md index e1de67101..7ba93f955 100755 --- a/README.md +++ b/README.md @@ -831,6 +831,8 @@ SRS always use the most simple architecture to support complex transaction. | ......) | | | +----------------------+-------------------------+----------------+ + + Remark: * Encoder: encoder must push RTMP stream to SRS server. @@ -838,7 +840,6 @@ Remark: * Ingester: SRS will fork a process to run ffmpeg(or your application) to ingest any input to rtmp, push to SRS. Read [Ingest][v1_CN_Ingest]. * Streamer: SRS will listen for some protocol and accept stream push over some protocol and remux to rtmp to SRS. Read Streamer. - Beijing, 2013.10
Winlin