mirror of https://github.com/ossrs/srs.git
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.
425 B
425 B
simple-rtmp-server
simple rtmp origin/edge live server over state-threads. can be used as origin server, or rtmp-server for encoder.
- simple: also stable enough.
- high-performance: single-thread, async socket, event/st-thread driven.
- support origin and edge mode.
- only for live streaming.
- donot support vhost, __defaultVhost__ only.
- single process, no multiple processes yet.
Winlin