正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -32,7 +32,7 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt]( | @@ -32,7 +32,7 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt]( | ||
| 32 | git clone https://github.com/winlinvip/simple-rtmp-server && | 32 | git clone https://github.com/winlinvip/simple-rtmp-server && |
| 33 | cd simple-rtmp-server/trunk | 33 | cd simple-rtmp-server/trunk |
| 34 | </pre> | 34 | </pre> |
| 35 | -<strong>Step 2:</strong> build SRS <br/> | 35 | +<strong>Step 2:</strong> build SRS, |
| 36 | <strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/> | 36 | <strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/> |
| 37 | <pre> | 37 | <pre> |
| 38 | ./configure --with-ssl --without-hls --without-ffmpeg --without-http && make | 38 | ./configure --with-ssl --without-hls --without-ffmpeg --without-http && make |
| @@ -41,8 +41,8 @@ cd simple-rtmp-server/trunk | @@ -41,8 +41,8 @@ cd simple-rtmp-server/trunk | ||
| 41 | <pre> | 41 | <pre> |
| 42 | ./objs/srs -c conf/srs.conf | 42 | ./objs/srs -c conf/srs.conf |
| 43 | </pre> | 43 | </pre> |
| 44 | -<strong>Samples</strong>: | ||
| 45 | -* [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP) | 44 | +<strong>Samples</strong>:<br/> |
| 45 | +[Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)<br/> | ||
| 46 | 46 | ||
| 47 | ### Architecture | 47 | ### Architecture |
| 48 | System Architecture: | 48 | System Architecture: |
-
请 注册 或 登录 后发表评论