正在显示
1 个修改的文件
包含
11 行增加
和
22 行删除
| @@ -112,27 +112,16 @@ cd simple-rtmp-server/trunk | @@ -112,27 +112,16 @@ cd simple-rtmp-server/trunk | ||
| 112 | </pre> | 112 | </pre> |
| 113 | 113 | ||
| 114 | <strong>See also:</strong> | 114 | <strong>See also:</strong> |
| 115 | - | ||
| 116 | -[Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP) | ||
| 117 | - | ||
| 118 | -[Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS) | ||
| 119 | - | ||
| 120 | -[Usage: How to delivery HLS for other codec?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleTranscode2HLS) | ||
| 121 | - | ||
| 122 | -[Usage: How to transode RTMP stream by SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleFFMPEG) | ||
| 123 | - | ||
| 124 | -[Usage: How to forward stream to other server?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleForward) | ||
| 125 | - | ||
| 126 | -[Usage: How to deploy low lantency application?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRealtime) | ||
| 127 | - | ||
| 128 | -[Usage: How to deploy srs on ARM?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleARM) | ||
| 129 | - | ||
| 130 | -[Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo) | ||
| 131 | - | ||
| 132 | -[Usage: Solution using SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Sample) | ||
| 133 | - | ||
| 134 | -[Usage: Why SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Product) | ||
| 135 | - | 115 | +* [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP) |
| 116 | +* [Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS) | ||
| 117 | +* [Usage: How to delivery HLS for other codec?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleTranscode2HLS) | ||
| 118 | +* [Usage: How to transode RTMP stream by SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleFFMPEG) | ||
| 119 | +* [Usage: How to forward stream to other server?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleForward) | ||
| 120 | +* [Usage: How to deploy low lantency application?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRealtime) | ||
| 121 | +* [Usage: How to deploy srs on ARM?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleARM) | ||
| 122 | +* [Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo) | ||
| 123 | +* [Usage: Solution using SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Sample) | ||
| 124 | +* [Usage: Why SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Product) | ||
| 136 | 125 | ||
| 137 | ## System Requirements | 126 | ## System Requirements |
| 138 | Supported operating systems and hardware: | 127 | Supported operating systems and hardware: |
| @@ -140,7 +129,7 @@ Supported operating systems and hardware: | @@ -140,7 +129,7 @@ Supported operating systems and hardware: | ||
| 140 | * All hardware. | 129 | * All hardware. |
| 141 | 130 | ||
| 142 | ## Summary | 131 | ## Summary |
| 143 | -01. Simple: also stable enough. | 132 | +01. Simple: also stable enough.<br/> |
| 144 | 02. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.<br/> | 133 | 02. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.<br/> |
| 145 | 03. Support RTMP edge server(plan), support origin server.<br/> | 134 | 03. Support RTMP edge server(plan), support origin server.<br/> |
| 146 | 04. RTMP without vod streaming, live streaming only.<br/> | 135 | 04. RTMP without vod streaming, live streaming only.<br/> |
-
请 注册 或 登录 后发表评论