[srs流媒体技术]Simple-RTMP-Server流媒体
Why SRS?
- Completely rewrite HLS following m3u8/ts spec, and HLS support h.264+aac/mp3.
- High efficient RTMP deliverying support 7k+ concurrency, vhost based, both origin and edge.
- Embeded simplified media HTTP server for HLS, api and HTTP flv/ts/mp3/aac streaming.
- Variety input: RTMP, pull by ingest file or stream(HTTP/RTMP/RTSP), push by stream caster RTSP/MPEGTS-over-UDP.
- Popular internet delivery: RTMP/HDS for flash, HLS for mobile(IOS/IPad/MAC/Android), HTTP flv/ts/mp3/aac streaming for user prefered.
- Enhanced DVR and hstrs: segment/session/append plan, customer path and HTTP callback. the hstrs(http stream trigger rtmp source) enable the http-flv stream standby util encoder start publish, similar to rtmp, which will trigger edge to fetch from origin.
- Multiple feature: transcode, forward, ingest, http hooks, dvr, hls, rtsp, http streaming, http api, refer, log, bandwith test and srs-librtmp.
- Best maintainess: simple arch over state-threads(coroutine), single thread, single process and for linux/osx platform, common server x86-64/i386/arm/mips cpus, rich comments, strictly follows RTMP/HLS/RTSP spec.
- Easy to use: both English and Chinese wiki, typically config files in trunk/conf, traceable and session based log, linux service script and install script.
- MIT license, open source with product management and evolution.
Enjoy it!
About
SRS(Simple RTMP Server) over state-threads created in 2013.10.
SRS delivers rtmp/hls/http/hds live on x86/x64/arm/mips linux/osx, supports origin/edge/vhost and transcode/ingest and dvr/forward and http-api/http-callback/reload, introduces tracable session-oriented log, exports client srs-librtmp, with stream caster to push MPEGTS-over-UDP/RTSP to SRS, provides EN/CN wiki and the most simple architecture.
AUTHORS
There are two types of people that have contributed to the SRS project:
- AUTHORS: Contribute important features. Names of all PRIMARY response in NetConnection.connect and metadata.
- CONTRIBUTORS: Submit patches, report bugs, add translations, help answer newbie questions, and generally make SRS that much better.
热门文章推荐
- [SRS流媒体]SRS rtmp http-flv流低延时设置、测试
- [SRS流媒体]RTMP部署的步骤
- [SRS流媒体]RTMP/HLS 直播服务器simple-rtmp-server安装
- [SRS]srs流媒体RTMP环境配置(RTMP配置教程)
- [SRS流媒体]Simple Rtmp Server的安装与简单使用
- [SRS流媒体]SRS集群边缘节点配置
- [SRS流媒体服务器]捕捉摄像头的图像后发送到SRS流媒体服务器
- [srs流媒体技术]Simple-RTMP-Server流媒体