mirror of https://github.com/ossrs/srs.git
audiocc-plus-plusdashhevchlslivelive-streaminglow-latencymedia-servermultimediaprometheus-exporterrtmpserver-sidesrtstreamingvideovideo-conferencingvideo-streamingwebrtc
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.
940d2f02eb | 11 years ago | |
---|---|---|
trunk | 11 years ago | |
.gitignore | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago |
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:
- simple: also stable enough.
- high-performance: single-thread, async socket, event/st-thread driven.
- no edge server, origin server only.
- no vod streaming, live streaming only.
- no vhost, __defaultVhost__ only.
- no multiple processes, single process only.
Winlin