正在显示
1 个修改的文件
包含
17 行增加
和
6 行删除
| @@ -318,16 +318,26 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv | @@ -318,16 +318,26 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv | ||
| 318 | * v1.0, 2014-03-12, finish utest for amf0 codec. | 318 | * v1.0, 2014-03-12, finish utest for amf0 codec. |
| 319 | * v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile. | 319 | * v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile. |
| 320 | * v1.0, 2014-03-04, add gest framework for utest, build success. | 320 | * v1.0, 2014-03-04, add gest framework for utest, build success. |
| 321 | -* v1.0, 2014-03-02, add wiki [srs-librtmp](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLibrtmp), [srs for arm](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm), [product](https://github.com/winlinvip/simple-rtmp-server/wiki/Product) | 321 | +* v1.0, 2014-03-02, add wiki [srs-librtmp](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLibrtmp), |
| 322 | +[srs for arm](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm), | ||
| 323 | +[product](https://github.com/winlinvip/simple-rtmp-server/wiki/Product) | ||
| 322 | * v1.0, 2014-03-02, srs-librtmp, client publish/play library like librtmp. | 324 | * v1.0, 2014-03-02, srs-librtmp, client publish/play library like librtmp. |
| 323 | * v1.0, 2014-03-01, modularity, extract core/kernel/rtmp/app/main module. | 325 | * v1.0, 2014-03-01, modularity, extract core/kernel/rtmp/app/main module. |
| 324 | * v1.0, 2014-02-28, support arm build(SRS/ST), add ssl to 3rdparty package. | 326 | * v1.0, 2014-02-28, support arm build(SRS/ST), add ssl to 3rdparty package. |
| 325 | -* v1.0, 2014-02-28, add wiki [BuildArm](https://github.com/winlinvip/simple-rtmp-server/wiki/Build), [FFMPEG](https://github.com/winlinvip/simple-rtmp-server/wiki/FFMPEG), [Reload](https://github.com/winlinvip/simple-rtmp-server/wiki/Reload) | ||
| 326 | -* v1.0, 2014-02-27, add wiki [LowLatency](https://github.com/winlinvip/simple-rtmp-server/wiki/LowLatency), [HTTPCallback](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback), [ServerSideScript](https://github.com/winlinvip/simple-rtmp-server/wiki/ServerSideScript), [IDE](https://github.com/winlinvip/simple-rtmp-server/wiki/IDE) | 327 | +* v1.0, 2014-02-28, add wiki [BuildArm](https://github.com/winlinvip/simple-rtmp-server/wiki/Build), |
| 328 | +[FFMPEG](https://github.com/winlinvip/simple-rtmp-server/wiki/FFMPEG), | ||
| 329 | +[Reload](https://github.com/winlinvip/simple-rtmp-server/wiki/Reload) | ||
| 330 | +* v1.0, 2014-02-27, add wiki [LowLatency](https://github.com/winlinvip/simple-rtmp-server/wiki/LowLatency), | ||
| 331 | +[HTTPCallback](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback), | ||
| 332 | +[ServerSideScript](https://github.com/winlinvip/simple-rtmp-server/wiki/ServerSideScript), | ||
| 333 | +[IDE](https://github.com/winlinvip/simple-rtmp-server/wiki/IDE) | ||
| 327 | * v1.0, 2014-01-19, add wiki [DeliveryHLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) | 334 | * v1.0, 2014-01-19, add wiki [DeliveryHLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) |
| 328 | -* v1.0, 2014-01-12, add wiki [HowToAskQuestion](https://github.com/winlinvip/simple-rtmp-server/wiki/HowToAskQuestion), [RtmpUrlVhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost) | 335 | +* v1.0, 2014-01-12, add wiki [HowToAskQuestion](https://github.com/winlinvip/simple-rtmp-server/wiki/HowToAskQuestion), |
| 336 | +[RtmpUrlVhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost) | ||
| 329 | * v1.0, 2014-01-11, fix jw/flower player pause bug, which send closeStream actually. | 337 | * v1.0, 2014-01-11, fix jw/flower player pause bug, which send closeStream actually. |
| 330 | -* v1.0, 2014-01-05, add wiki [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build), [Performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance), [Cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster) | 338 | +* v1.0, 2014-01-05, add wiki [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build), |
| 339 | +[Performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance), | ||
| 340 | +[Cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster) | ||
| 331 | * v1.0, 2014-01-01, change listen(512), chunk-size(60000), to improve performance. | 341 | * v1.0, 2014-01-01, change listen(512), chunk-size(60000), to improve performance. |
| 332 | * v1.0, 2013-12-27, merge from wenjie, the bandwidth test feature. | 342 | * v1.0, 2013-12-27, merge from wenjie, the bandwidth test feature. |
| 333 | * v0.9, 2013-12-25, [v0.9](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.9) released. 20926 lines. | 343 | * v0.9, 2013-12-25, [v0.9](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.9) released. 20926 lines. |
| @@ -345,7 +355,8 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv | @@ -345,7 +355,8 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv | ||
| 345 | * v0.9, 2013-12-14, refine the thread model for the retry threads. | 355 | * v0.9, 2013-12-14, refine the thread model for the retry threads. |
| 346 | * v0.9, 2013-12-10, auto install depends tools/libs on centos/ubuntu. | 356 | * v0.9, 2013-12-10, auto install depends tools/libs on centos/ubuntu. |
| 347 | * v0.8, 2013-12-08, [v0.8](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.8) released. 19186 lines. | 357 | * v0.8, 2013-12-08, [v0.8](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.8) released. 19186 lines. |
| 348 | -* v0.8, 2013-12-08, support [http hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback): on_connect/close/publish/unpublish/play/stop. | 358 | +* v0.8, 2013-12-08, support [http hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback): |
| 359 | +on_connect/close/publish/unpublish/play/stop. | ||
| 349 | * v0.8, 2013-12-08, support multiple http hooks for a event. | 360 | * v0.8, 2013-12-08, support multiple http hooks for a event. |
| 350 | * v0.8, 2013-12-07, support http callback hooks, on_connect. | 361 | * v0.8, 2013-12-07, support http callback hooks, on_connect. |
| 351 | * v0.8, 2013-12-07, support network based cli and json result, add CherryPy 3.2.4. | 362 | * v0.8, 2013-12-07, support network based cli and json result, add CherryPy 3.2.4. |
-
请 注册 或 登录 后发表评论