正在显示
1 个修改的文件
包含
0 行增加
和
15 行删除
| @@ -399,21 +399,6 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | @@ -399,21 +399,6 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | ||
| 399 | * See also: [Performance for x86/x64 Test Guide](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance) | 399 | * See also: [Performance for x86/x64 Test Guide](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance) |
| 400 | * See also: [Performance for RaspberryPi](https://github.com/winlinvip/simple-rtmp-server/wiki/RaspberryPi) | 400 | * See also: [Performance for RaspberryPi](https://github.com/winlinvip/simple-rtmp-server/wiki/RaspberryPi) |
| 401 | 401 | ||
| 402 | -## Compare | ||
| 403 | -* SRS v1.0-mainline2: 35255 lines. support android, dvr and edge.<br/> | ||
| 404 | -* SRS v1.0-mainline: 30000 lines. support arm, init.d scripts, http server and api, ingest.<br/> | ||
| 405 | -* SRS v0.9: 20926 lines. player/encoder/chat demos. bandwidth test for encoder/CDN.<br/> | ||
| 406 | -* SRS v0.8: 19186 lines. implements http hooks refer to [nginx-rtmp](https://github.com/arut/nginx-rtmp-module). <br/> | ||
| 407 | -* SRS v0.7: 17605 lines. implements transcoding(FFMPEG) feature refer to [wowza](http://www.wowza.com). <br/> | ||
| 408 | -* SRS v0.6: 16094 lines. important feature forward for CDN. <br/> | ||
| 409 | -* SRS v0.5: 14449 lines. implements HLS feature refer to [nginx-rtmp](https://github.com/arut/nginx-rtmp-module). <br/> | ||
| 410 | -* SRS v0.4: 12500 lines. important feature reload for CDN. <br/> | ||
| 411 | -* SRS v0.3: 11773 lines. implements vhost feature refer to [FMS](http://www.adobe.com/products/adobe-media-server-family.html). <br/> | ||
| 412 | -* SRS v0.2: 10125 lines. implements rtmp protocol stack refer to [nginx-rtmp](https://github.com/arut/nginx-rtmp-module). <br/> | ||
| 413 | -* SRS v0.1: 8287 lines. base on state-threads. <br/> | ||
| 414 | -* nginx-rtmp v1.0.4: 26786 lines <br/> | ||
| 415 | -* nginx v1.5.0: 139524 lines <br/> | ||
| 416 | - | ||
| 417 | ## Architecture | 402 | ## Architecture |
| 418 | 403 | ||
| 419 | SRS always use the most simple architecture to support complex transaction. | 404 | SRS always use the most simple architecture to support complex transaction. |
-
请 注册 或 登录 后发表评论