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
430 B
Markdown

11 years ago
simple-rtmp-server
==================
11 years ago
simple rtmp origin live server over state-threads.<br/>
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.
11 years ago
3. support origin only, no edge mode.
11 years ago
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