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

20 lines
638 B
Markdown

12 years ago
simple-rtmp-server
==================
12 years ago
simple rtmp origin live server over state-threads.<br/>
12 years ago
can be used as origin server, or rtmp-server for encoder.
12 years ago
12 years ago
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/>
12 years ago
1. simple: also stable enough.<br/>
2. high-performance: single-thread, async socket, event/st-thread driven.<br/>
3. no edge server, origin server only.<br/>
4. no vod streaming, live streaming only.<br/>
5. no vhost, \_\_defaultVhost\_\_ only.<br/>
6. no multiple processes, single process only.<br/>
12 years ago
Winlin