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
55d4c71362
commit
81b0f246f5
1 changed files with 67 additions and 17 deletions
84
README.md
84
README.md
|
@ -174,25 +174,31 @@ A big THANK YOU goes to:
|
||||||
|
|
||||||
## Mirrors
|
## Mirrors
|
||||||
|
|
||||||
Github: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server)
|
Github: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server),
|
||||||
|
the GIT usage(
|
||||||
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Git),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Git),
|
||||||
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Git)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Git)
|
||||||
|
)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/winlinvip/simple-rtmp-server.git
|
git clone https://github.com/winlinvip/simple-rtmp-server.git
|
||||||
```
|
```
|
||||||
|
|
||||||
CSDN: [https://code.csdn.net/winlinvip/srs-csdn](https://code.csdn.net/winlinvip/srs-csdn)
|
CSDN: [https://code.csdn.net/winlinvip/srs-csdn](https://code.csdn.net/winlinvip/srs-csdn) ,
|
||||||
|
the GIT usage(
|
||||||
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Git),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Git),
|
||||||
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Git)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Git)
|
||||||
|
)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://code.csdn.net/winlinvip/srs-csdn.git
|
git clone https://code.csdn.net/winlinvip/srs-csdn.git
|
||||||
```
|
```
|
||||||
|
|
||||||
OSChina: [http://git.oschina.net/winlinvip/srs.oschina](http://git.oschina.net/winlinvip/srs.oschina)
|
OSChina: [http://git.oschina.net/winlinvip/srs.oschina](http://git.oschina.net/winlinvip/srs.oschina) ,
|
||||||
|
the GIT usage(
|
||||||
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Git),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Git),
|
||||||
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Git)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Git)
|
||||||
|
)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.oschina.net/winlinvip/srs.oschina.git
|
git clone https://git.oschina.net/winlinvip/srs.oschina.git
|
||||||
|
@ -228,24 +234,68 @@ cd simple-rtmp-server/trunk
|
||||||
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleRTMP),
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleRTMP),
|
||||||
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleRTMP)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleRTMP)
|
||||||
)
|
)
|
||||||
* [Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleHLS)
|
* Usage: How to delivery HLS?(
|
||||||
* [Usage: How to delivery HLS for other codec?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleTranscode2HLS)
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleHLS),
|
||||||
* [Usage: How to transode RTMP stream by SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleFFMPEG)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleHLS)
|
||||||
* [Usage: How to forward stream to other server?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleForward)
|
)
|
||||||
* [Usage: How to deploy low lantency application?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleRealtime)
|
* Usage: How to delivery HLS for other codec?(
|
||||||
* [Usage: How to deploy SRS on ARM?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleARM)
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleTranscode2HLS),
|
||||||
* [Usage: How to ingest file/stream/device to SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleIngest)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleTranscode2HLS)
|
||||||
* [Usage: How to use SRS-HTTP-server to delivery HTTP/HLS stream?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleHTTP)
|
)
|
||||||
* [Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleDemo)
|
* Usage: How to transode RTMP stream by SRS?(
|
||||||
* [Usage: How to publish h.264 raw stream to SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_SrsLibrtmp#publish-h264-raw-data)
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleFFMPEG),
|
||||||
* [Usage: Solution using SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Sample)
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleFFMPEG)
|
||||||
* [Usage: Why SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Product)
|
)
|
||||||
|
* Usage: How to forward stream to other server?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleForward),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleForward)
|
||||||
|
)
|
||||||
|
* Usage: How to deploy low lantency application?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleRealtime),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleRealtime)
|
||||||
|
)
|
||||||
|
* Usage: How to deploy SRS on ARM?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleARM),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleARM)
|
||||||
|
)
|
||||||
|
* Usage: How to ingest file/stream/device to SRS?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleIngest),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleIngest)
|
||||||
|
)
|
||||||
|
* Usage: How to use SRS-HTTP-server to delivery HTTP/HLS stream?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleHTTP),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleHTTP)
|
||||||
|
)
|
||||||
|
* Usage: How to show the demo of SRS?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleDemo),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_SampleDemo)
|
||||||
|
)
|
||||||
|
* Usage: How to publish h.264 raw stream to SRS?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_SrsLibrtmp#publish-h264-raw-data),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v2_EN_SrsLibrtmp#publish-h264-raw-data)
|
||||||
|
)
|
||||||
|
* Usage: Solution using SRS?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Sample),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Sample)
|
||||||
|
)
|
||||||
|
* Usage: Why SRS?(
|
||||||
|
[CN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Product),
|
||||||
|
[EN](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Product)
|
||||||
|
)
|
||||||
|
|
||||||
## Wiki
|
## Wiki
|
||||||
|
|
||||||
|
SRS 1.0 wiki
|
||||||
|
|
||||||
Please select your language:
|
Please select your language:
|
||||||
* [English](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Home)
|
* [SRS 1.0 English](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Home)
|
||||||
* [Chinese](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Home)
|
* [SRS 1.0 Chinese](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Home)
|
||||||
|
|
||||||
|
SRS 2.0 wiki
|
||||||
|
|
||||||
|
Please select your language:
|
||||||
|
* [SRS 2.0 English](https://github.com/winlinvip/simple-rtmp-server/wiki/v2_EN_Home)
|
||||||
|
* [SRS 2.0 Chinese](https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_Home)
|
||||||
|
|
||||||
## Donation
|
## Donation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue