winlin

change listen(512), chunk-size(60000), to improve performance.

正在显示 1 个修改的文件 包含 1 行增加0 行删除
@@ -284,6 +284,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv @@ -284,6 +284,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
284 * nginx v1.5.0: 139524 lines <br/> 284 * nginx v1.5.0: 139524 lines <br/>
285 285
286 ### History 286 ### History
  287 +* v1.0, 2014-01-01, change listen(512), chunk-size(60000), to improve performance.
287 * v1.0, 2013-12-27, merge from wenjie, the bandwidth test feature. 288 * v1.0, 2013-12-27, merge from wenjie, the bandwidth test feature.
288 * v0.9, 2013-12-25, [v0.9](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.9) released. 20926 lines. 289 * v0.9, 2013-12-25, [v0.9](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.9) released. 20926 lines.
289 * v0.9, 2013-12-25, fix the bitrate bug(in Bps), use enhanced microphone. 290 * v0.9, 2013-12-25, fix the bitrate bug(in Bps), use enhanced microphone.