开源流媒体服务端
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 a8cbb8b913 Update README.md 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/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