1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update readme

This commit is contained in:
winlin 2013-10-20 08:50:04 +08:00
parent bd64ae8257
commit 02e30e490d

13
README.md Normal file → Executable file
View file

@ -4,11 +4,16 @@ simple-rtmp-server
simple rtmp origin live server over state-threads.<br/> simple rtmp origin live server over state-threads.<br/>
can be used as origin server, or rtmp-server for encoder. can be used as origin server, or rtmp-server for encoder.
Summary:<br/>
srs is a simple, high-performance, running in single process, <br/>
origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).<br/>
Features:<br/>
1. simple: also stable enough. 1. simple: also stable enough.
2. high-performance: single-thread, async socket, event/st-thread driven. 2. high-performance: single-thread, async socket, event/st-thread driven.
3. support origin only, no edge mode. 3. no edge server, origin server only.
4. only for live streaming. 4. no vod streaming, live streaming only.
5. donot support vhost, \_\_defaultVhost\_\_ only. 5. no vhost, \_\_defaultVhost\_\_ only.
6. single process, no multiple processes yet. 6. no multiple processes, single process only.
Winlin Winlin