You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/README.md

15 lines
425 B
Markdown

11 years ago
simple-rtmp-server
==================
simple rtmp origin/edge live server over state-threads.
11 years ago
can be used as origin server, or rtmp-server for encoder.
11 years ago
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.
11 years ago
5. donot support vhost, \_\_defaultVhost\_\_ only.
11 years ago
6. single process, no multiple processes yet.
11 years ago
Winlin