1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00
No description
Find a file
2013-10-18 16:57:21 +08:00
trunk extract the rtmp connection 2013-10-18 16:57:21 +08:00
.gitignore Initial commit 2013-10-16 23:15:20 -07:00
LICENSE Initial commit 2013-10-16 23:15:20 -07:00
README.md Update README.md 2013-10-17 18:44:31 +08:00

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