1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Update README.md

This commit is contained in:
winlin 2013-10-17 14:21:30 +08:00
parent 2ef96d576c
commit a8cbb8b913

View file

@ -2,3 +2,11 @@ simple-rtmp-server
==================
simple rtmp origin/edge live server over state-threads.
1. simple: also stable enough.
2. high-performance: single-thread, async socket, event/st-thread driven.
3. support origin and edge mode.
4. only for live streaming.
5. support vhost.
Winlin