mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine readme
This commit is contained in:
parent
b5996567e8
commit
d98fc58e8b
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -14,24 +14,24 @@ Website for SRS/2.0, read SRS 2.0 [Chinese][srs2_CN] or [English][srs2_EN].
|
|||
|
||||
## Why SRS?
|
||||
|
||||
1. Completely rewrite HLS following m3u8/ts spec, and HLS support h.264+aac/mp3.
|
||||
1. High efficient RTMP deliverying support 7k+ concurrency, vhost based, both origin and edge.
|
||||
1. Embeded simplified media HTTP server for HLS, api and HTTP flv/ts/mp3/aac streaming.
|
||||
1. Variety input: RTMP, pull by ingest file or stream(HTTP/RTMP/RTSP), push by stream caster
|
||||
1. <strong>Completely Rewrite HLS:</strong> following m3u8/ts spec, and HLS support h.264+aac/mp3.
|
||||
1. High Efficient RTMP: deliverying support 7k+ concurrency, vhost based, both origin and edge.
|
||||
1. Embeded Simplified Media HTTP Server: for HLS, api and HTTP flv/ts/mp3/aac streaming.
|
||||
1. Variety Inputs: RTMP, pull by ingest file or stream(HTTP/RTMP/RTSP), push by stream caster
|
||||
RTSP/MPEGTS-over-UDP.
|
||||
1. Popular internet delivery: RTMP/HDS for flash, HLS for mobile(IOS/IPad/MAC/Android), HTTP
|
||||
1. Popular Internet Delivery: RTMP/HDS for flash, HLS for mobile(IOS/IPad/MAC/Android), HTTP
|
||||
flv/ts/mp3/aac streaming for user prefered.
|
||||
1. Enhanced DVR and hstrs: segment/session/append plan, customer path and HTTP callback.
|
||||
1. 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.
|
||||
1. Multiple feature: transcode, forward, ingest, http hooks, dvr, hls, rtsp, http streaming,
|
||||
http api, refer, log, bandwith test and srs-librtmp.
|
||||
1. Best maintainess: simple arch over state-threads(coroutine), single thread, single process
|
||||
1. Multiple Features: transcode, forward, ingest, http hooks, dvr, hls, rtsp, http streaming,
|
||||
http raw api, refer, log, bandwith test and srs-librtmp.
|
||||
1. 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.
|
||||
1. Easy to use: both English and Chinese wiki, typically config files in trunk/conf, traceable
|
||||
1. 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.
|
||||
1. MIT license, open source with product management and evolution.
|
||||
1. MIT License: open source with product management and evolution.
|
||||
|
||||
Enjoy it!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue