mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme for wiki
This commit is contained in:
parent
dca060dcde
commit
273ba9c2e5
1 changed files with 14 additions and 5 deletions
19
README.md
19
README.md
|
@ -28,7 +28,7 @@ for internet. SRS is simple for and only for problem domain is simplified.
|
||||||
SRS is a simple, RTMP(
|
SRS is a simple, RTMP(
|
||||||
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_DeliveryRTMP),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_DeliveryRTMP),
|
||||||
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_DeliveryRTMP)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_DeliveryRTMP)
|
||||||
)/
|
),
|
||||||
HLS(
|
HLS(
|
||||||
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_DeliveryHLS),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_DeliveryHLS),
|
||||||
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_DeliveryHLS)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_DeliveryHLS)
|
||||||
|
@ -37,13 +37,22 @@ high-performance(6k+ clients)(
|
||||||
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Performance),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Performance),
|
||||||
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Performance)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Performance)
|
||||||
),
|
),
|
||||||
single/multiple(plan) processes, edge/origin live server,
|
single processes, edge/origin live server,
|
||||||
[x86/x64/arm](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SrsLinuxArm),
|
x86/x64/arm(
|
||||||
compile depends on [st](http://sourceforge.net/projects/state-threads)(required),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SrsLinuxArm),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SrsLinuxArm)
|
||||||
|
),
|
||||||
|
compile depends on st(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Architecture),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Architecture)
|
||||||
|
)(required),
|
||||||
[ssl](http://www.openssl.org/) and [http-parser](https://github.com/joyent/http-parser),
|
[ssl](http://www.openssl.org/) and [http-parser](https://github.com/joyent/http-parser),
|
||||||
use [nginx](http://nginx.org/), [ffmpeg](http://ffmpeg.org/) and
|
use [nginx](http://nginx.org/), [ffmpeg](http://ffmpeg.org/) and
|
||||||
[cherrypy](http://www.cherrypy.org/) as external tools. that is, only need st to run srs for
|
[cherrypy](http://www.cherrypy.org/) as external tools. that is, only need st to run srs for
|
||||||
minimum run. see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Build).
|
minimum run. see Build(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Build),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Build)
|
||||||
|
).
|
||||||
|
|
||||||
SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_RtmpUrlVhost),
|
SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_RtmpUrlVhost),
|
||||||
rtmp([encoder push](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_DeliveryRTMP),
|
rtmp([encoder push](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_DeliveryRTMP),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue