From db1ed513be090d204997933ddcaa015be9fe6912 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 11 Sep 2015 07:37:57 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4c4f89ab..e1de67101 100755 --- a/README.md +++ b/README.md @@ -832,11 +832,11 @@ SRS always use the most simple architecture to support complex transaction. +----------------------+-------------------------+----------------+ Remark: -(1) Encoder: encoder must push RTMP stream to SRS server. -(2) MediaSource: any media source, which can be ingest by ffmpeg. -(3) 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]. -(4) Streamer: SRS will listen for some protocol and accept stream push + +* Encoder: encoder must push RTMP stream to SRS server. +* MediaSource: any media source, which can be ingest by ffmpeg. +* 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.