SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181, with codec support for H.264, H.265, AV1, VP9, AAC, Opus, and G.711.
Go to file
2013-10-17 14:22:13 +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 14:22:13 +08:00

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.
  6. single process, no multiple processes yet.

Winlin