winlin

for #250, update readme add streamer arch.

正在显示 1 个修改的文件 包含 10 行增加2 行删除
@@ -1116,7 +1116,13 @@ SRS always use the most simple architecture to support complex transaction. @@ -1116,7 +1116,13 @@ SRS always use the most simple architecture to support complex transaction.
1116 +----------------------+ | | 1116 +----------------------+ | |
1117 | MediaSource(2) | | | 1117 | MediaSource(2) | | |
1118 | (RTSP,FILE, | | | 1118 | (RTSP,FILE, | | |
1119 -| HTTP,HLS, ------+->-- Ingester ----(rtmp)-+-> SRS | 1119 +| HTTP,HLS, --pull-+->-- Ingester ----(rtmp)-+-> SRS |
  1120 +| Device, | | |
  1121 +| ......) | | |
  1122 ++----------------------+ | |
  1123 +| MediaSource(2) | | |
  1124 +| (RTSP,FILE, | | |
  1125 +| HTTP,HLS, --push-+->-- Streamer ----(rtmp)-+-> SRS |
1120 | Device, | | | 1126 | Device, | | |
1121 | ......) | | | 1127 | ......) | | |
1122 +----------------------+-------------------------+----------------+ 1128 +----------------------+-------------------------+----------------+
@@ -1125,7 +1131,9 @@ Remark: @@ -1125,7 +1131,9 @@ Remark:
1125 (1) Encoder: encoder must push RTMP stream to SRS server. 1131 (1) Encoder: encoder must push RTMP stream to SRS server.
1126 (2) MediaSource: any media source, which can be ingest by ffmpeg. 1132 (2) MediaSource: any media source, which can be ingest by ffmpeg.
1127 (3) Ingester: SRS will fork a process to run ffmpeg(or your application) 1133 (3) Ingester: SRS will fork a process to run ffmpeg(or your application)
1128 -to ingest any input to rtmp, push to SRS. 1134 +to ingest any input to rtmp, push to SRS. Read <a href="https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Ingest">Ingest</a>.
  1135 +(4) Streamer: SRS will listen for some protocol and accept stream push
  1136 +over some protocol and remux to rtmp to SRS. Read <a href="https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_Streamer">Streamer</a>.
1129 </pre> 1137 </pre>
1130 1138
1131 ### [HDS/HLS origin backup](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_RTMP-ATC) 1139 ### [HDS/HLS origin backup](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_RTMP-ATC)