正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -33,6 +33,7 @@ git clone https://github.com/winlinvip/simple-rtmp-server && | @@ -33,6 +33,7 @@ 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 <br/> |
| 36 | +<strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/> | ||
| 36 | <pre> | 37 | <pre> |
| 37 | ./configure --with-ssl --without-hls --without-ffmpeg --without-http && make | 38 | ./configure --with-ssl --without-hls --without-ffmpeg --without-http && make |
| 38 | </pre> | 39 | </pre> |
| @@ -41,8 +42,6 @@ cd simple-rtmp-server/trunk | @@ -41,8 +42,6 @@ cd simple-rtmp-server/trunk | ||
| 41 | ./objs/srs -c conf/srs.conf | 42 | ./objs/srs -c conf/srs.conf |
| 42 | </pre> | 43 | </pre> |
| 43 | 44 | ||
| 44 | -<strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/> | ||
| 45 | - | ||
| 46 | ### Architecture | 45 | ### Architecture |
| 47 | System Architecture: | 46 | System Architecture: |
| 48 | <pre> | 47 | <pre> |
-
请 注册 或 登录 后发表评论