winlin

Update README.md

正在显示 1 个修改的文件 包含 6 行增加6 行删除
@@ -4,11 +4,11 @@ simple-rtmp-server @@ -4,11 +4,11 @@ simple-rtmp-server
4 simple rtmp origin live server over state-threads.<br/> 4 simple rtmp origin live server over state-threads.<br/>
5 can be used as origin server, or rtmp-server for encoder. 5 can be used as origin server, or rtmp-server for encoder.
6 6
7 -Summary:<br/> 7 +### Summary
8 srs is a simple, high-performance, running in single process, <br/> 8 srs is a simple, high-performance, running in single process, <br/>
9 origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).<br/> 9 origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).<br/>
10 10
11 -Usage:<br/> 11 +### Usage
12 step 1: build srs <br/> 12 step 1: build srs <br/>
13 <pre> 13 <pre>
14 tar xf srs.*.*.tar.gz 14 tar xf srs.*.*.tar.gz
@@ -27,7 +27,7 @@ step 3: play live stream <br/> @@ -27,7 +27,7 @@ step 3: play live stream <br/>
27 url: rtmp://127.0.0.1:1935/live/livestream 27 url: rtmp://127.0.0.1:1935/live/livestream
28 </pre> 28 </pre>
29 29
30 -Features:<br/> 30 +### Features
31 1. simple: also stable enough.<br/> 31 1. simple: also stable enough.<br/>
32 2. high-performance: single-thread, async socket, event/st-thread driven.<br/> 32 2. high-performance: single-thread, async socket, event/st-thread driven.<br/>
33 3. no edge server, origin server only.<br/> 33 3. no edge server, origin server only.<br/>
@@ -35,18 +35,18 @@ Features:<br/> @@ -35,18 +35,18 @@ Features:<br/>
35 5. no vhost, \_\_defaultVhost\_\_ only.<br/> 35 5. no vhost, \_\_defaultVhost\_\_ only.<br/>
36 6. no multiple processes, single process only.<br/> 36 6. no multiple processes, single process only.<br/>
37 37
38 -DevLog:<br/> 38 +### DevLog
39 * 2013-10-25, release v0.2, support flash publish, h264 codec, time jitter correct. 10125 lines.<br/> 39 * 2013-10-25, release v0.2, support flash publish, h264 codec, time jitter correct. 10125 lines.<br/>
40 * 2013-10-23, release v0.1, support FMLE/FFMPEG publish, vp6 codec live streaming. 8287 lines.<br/> 40 * 2013-10-23, release v0.1, support FMLE/FFMPEG publish, vp6 codec live streaming. 8287 lines.<br/>
41 * 2013-10-17, created.<br/> 41 * 2013-10-17, created.<br/>
42 42
43 -Compare:<br/> 43 +### Compare
44 * srs v0.2: 10125 lines.<br/> 44 * srs v0.2: 10125 lines.<br/>
45 * srs v0.1: 8287 lines.<br/> 45 * srs v0.1: 8287 lines.<br/>
46 * nginx-rtmp v1.0.4: 26786 lines <br/> 46 * nginx-rtmp v1.0.4: 26786 lines <br/>
47 * nginx v1.5.0: 139524 lines <br/> 47 * nginx v1.5.0: 139524 lines <br/>
48 48
49 -Features:<br/> 49 +### History
50 * v0.2, 2013-10-23, v0.2 released. 10125 lines. 50 * v0.2, 2013-10-23, v0.2 released. 10125 lines.
51 * v0.2, 2013-10-25, support flash publish. 51 * v0.2, 2013-10-25, support flash publish.
52 * v0.2, 2013-10-25, support h264/avc codec by rtmp complex handshake(SrsComplexHandshake). 52 * v0.2, 2013-10-25, support h264/avc codec by rtmp complex handshake(SrsComplexHandshake).