正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -832,11 +832,11 @@ SRS always use the most simple architecture to support complex transaction. | @@ -832,11 +832,11 @@ SRS always use the most simple architecture to support complex transaction. | ||
| 832 | +----------------------+-------------------------+----------------+ | 832 | +----------------------+-------------------------+----------------+ |
| 833 | 833 | ||
| 834 | Remark: | 834 | Remark: |
| 835 | -(1) Encoder: encoder must push RTMP stream to SRS server. | ||
| 836 | -(2) MediaSource: any media source, which can be ingest by ffmpeg. | ||
| 837 | -(3) Ingester: SRS will fork a process to run ffmpeg(or your application) | ||
| 838 | -to ingest any input to rtmp, push to SRS. Read [Ingest][v1_CN_Ingest]. | ||
| 839 | -(4) Streamer: SRS will listen for some protocol and accept stream push | 835 | + |
| 836 | +* Encoder: encoder must push RTMP stream to SRS server. | ||
| 837 | +* MediaSource: any media source, which can be ingest by ffmpeg. | ||
| 838 | +* 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]. | ||
| 839 | +* Streamer: SRS will listen for some protocol and accept stream push | ||
| 840 | over some protocol and remux to rtmp to SRS. Read <a href="https://github.com/simple-rtmp-server/srs/wiki/v2_CN_Streamer">Streamer</a>. | 840 | over some protocol and remux to rtmp to SRS. Read <a href="https://github.com/simple-rtmp-server/srs/wiki/v2_CN_Streamer">Streamer</a>. |
| 841 | </pre> | 841 | </pre> |
| 842 | 842 |
-
请 注册 或 登录 后发表评论