1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

refine readme

This commit is contained in:
winlin 2015-09-11 07:35:42 +08:00
parent a88f321d8b
commit d56b9fd90f

View file

@ -835,7 +835,7 @@ Remark:
(1) Encoder: encoder must push RTMP stream to SRS server. (1) Encoder: encoder must push RTMP stream to SRS server.
(2) MediaSource: any media source, which can be ingest by ffmpeg. (2) MediaSource: any media source, which can be ingest by ffmpeg.
(3) Ingester: SRS will fork a process to run ffmpeg(or your application) (3) Ingester: SRS will fork a process to run ffmpeg(or your application)
to ingest any input to rtmp, push to SRS. Read <a href="https://github.com/simple-rtmp-server/srs/wiki/v1_CN_Ingest">Ingest</a>. 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 (4) Streamer: SRS will listen for some protocol and accept stream push
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>. 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>.
</pre> </pre>