名称 最后更新
trunk 正在载入提交数据...
.gitignore 正在载入提交数据...
LICENSE 正在载入提交数据...
README.md 正在载入提交数据...

simple-rtmp-server

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

Summary:
srs is a simple, high-performance, running in single process,
origin live server, with single vhost(like FMS __defaultVhost__).

Features:

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

Winlin