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.
audiocc-plus-plusdashhevchlslivelive-streaminglow-latencymedia-servermultimediaprometheus-exporterrtmpserver-sidesrtstreamingvideovideo-conferencingvideo-streamingwebrtc
| 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.
- simple: also stable enough.
- high-performance: single-thread, async socket, event/st-thread driven.
- support origin only, no edge mode.
- only for live streaming.
- donot support vhost, __defaultVhost__ only.
- single process, no multiple processes yet.
Winlin