开源流媒体服务端
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.
 
 
 
 
 
 
Go to file
winlin 5b02f9c78b init st, add error code 11 years ago
trunk init st, add error code 11 years ago
.gitignore Initial commit 11 years ago
LICENSE Initial commit 11 years ago
README.md Update README.md 11 years ago

README.md

simple-rtmp-server

simple rtmp origin live server over state-threads.
can be used as origin server, or rtmp-server for encoder.

  1. simple: also stable enough.
  2. high-performance: single-thread, async socket, event/st-thread driven.
  3. support origin only, no edge mode.
  4. only for live streaming.
  5. donot support vhost, __defaultVhost__ only.
  6. single process, no multiple processes yet.

Winlin