正在显示
1 个修改的文件
包含
3 行增加
和
19 行删除
@@ -16,14 +16,9 @@ who is the contributors: <br/> | @@ -16,14 +16,9 @@ who is the contributors: <br/> | ||
16 | 2. the name of all contributors will send in the response of NetConnection.connect and metadata. | 16 | 2. the name of all contributors will send in the response of NetConnection.connect and metadata. |
17 | 17 | ||
18 | ### Usage(simple) | 18 | ### Usage(simple) |
19 | -<strong>step 0:</strong> get srs <br/> | ||
20 | -<pre> | ||
21 | -tar xf simple-rtmp-server-*.*.tar.gz | ||
22 | -cd simple-rtmp-server-*.*/trunk | ||
23 | -</pre> | ||
24 | -or get the latest code:<br/> | 19 | +<strong>step 0:</strong> get srs<br/> |
25 | <pre> | 20 | <pre> |
26 | -git clone https://github.com/winlinvip/simple-rtmp-server | 21 | +git clone https://github.com/winlinvip/simple-rtmp-server && |
27 | cd simple-rtmp-server/trunk | 22 | cd simple-rtmp-server/trunk |
28 | </pre> | 23 | </pre> |
29 | <strong>step 1:</strong> build and start srs all demo features.<br/> | 24 | <strong>step 1:</strong> build and start srs all demo features.<br/> |
@@ -47,23 +42,12 @@ bash scripts/stop.sh | @@ -47,23 +42,12 @@ bash scripts/stop.sh | ||
47 | ### Usage(detail) | 42 | ### Usage(detail) |
48 | <strong>step 0:</strong> get srs <br/> | 43 | <strong>step 0:</strong> get srs <br/> |
49 | <pre> | 44 | <pre> |
50 | -tar xf simple-rtmp-server-*.*.tar.gz | ||
51 | -cd simple-rtmp-server-*.*/trunk | ||
52 | -</pre> | ||
53 | -or get the latest code:<br/> | ||
54 | -<pre> | ||
55 | -git clone https://github.com/winlinvip/simple-rtmp-server | 45 | +git clone https://github.com/winlinvip/simple-rtmp-server && |
56 | cd simple-rtmp-server/trunk | 46 | cd simple-rtmp-server/trunk |
57 | </pre> | 47 | </pre> |
58 | <strong>step 1:</strong> build srs <br/> | 48 | <strong>step 1:</strong> build srs <br/> |
59 | <pre> | 49 | <pre> |
60 | ./configure --with-ssl --with-hls --with-ffmpeg --with-http && make | 50 | ./configure --with-ssl --with-hls --with-ffmpeg --with-http && make |
61 | -</pre> | ||
62 | -or get the latest code:<br/> | ||
63 | -<pre> | ||
64 | -cd simple-rtmp-server/trunk | ||
65 | -./configure --with-ssl --with-hls --with-ffmpeg --with-http | ||
66 | -</pre> | ||
67 | <strong>step 2:</strong> start srs <br/> | 51 | <strong>step 2:</strong> start srs <br/> |
68 | <pre> | 52 | <pre> |
69 | ./objs/srs -c conf/srs.conf | 53 | ./objs/srs -c conf/srs.conf |
-
请 注册 或 登录 后发表评论