winlin

update readme for add wiki http hooks

正在显示 1 个修改的文件 包含 3 行增加3 行删除
@@ -3,7 +3,7 @@ Simple-RTMP-Server @@ -3,7 +3,7 @@ Simple-RTMP-Server
3 3
4 SRS(SIMPLE RTMP Server) over state-threads created in 2013.<br/> 4 SRS(SIMPLE RTMP Server) over state-threads created in 2013.<br/>
5 SRS is a simple, RTMP/HLS, high-performance, single(plan)/multiple processes, edge(plan)/origin live server.<br/> 5 SRS is a simple, RTMP/HLS, high-performance, single(plan)/multiple processes, edge(plan)/origin live server.<br/>
6 -SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost), rtmp, [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), transcoding, forward, http hooks. <br/> 6 +SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost), rtmp, [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), transcoding, forward, [http hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback). <br/>
7 Blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/> 7 Blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/>
8 See also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/> 8 See also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/>
9 See also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server) <br/> 9 See also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server) <br/>
@@ -271,7 +271,7 @@ Supported operating systems and hardware: @@ -271,7 +271,7 @@ Supported operating systems and hardware:
271 17. Support live stream forward(acopy/vcopy) by ffmpeg.<br/> 271 17. Support live stream forward(acopy/vcopy) by ffmpeg.<br/>
272 18. Support ffmpeg filters(logo/overlay/crop), x264 params.<br/> 272 18. Support ffmpeg filters(logo/overlay/crop), x264 params.<br/>
273 19. Support audio transcode only, speex/mp3 to aac<br/> 273 19. Support audio transcode only, speex/mp3 to aac<br/>
274 -20. Support http callback api hooks(for authentication and injection).<br/> 274 +20. Support [http callback api hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback)(for authentication and injection).<br/>
275 21. Support bandwidth test api and flash client.<br/> 275 21. Support bandwidth test api and flash client.<br/>
276 22. Player, publisher(encoder), and demo pages(jquery+bootstrap). <br/> 276 22. Player, publisher(encoder), and demo pages(jquery+bootstrap). <br/>
277 23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/> 277 23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/>
@@ -359,7 +359,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv @@ -359,7 +359,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
359 * v0.9, 2013-12-14, refine the thread model for the retry threads. 359 * v0.9, 2013-12-14, refine the thread model for the retry threads.
360 * v0.9, 2013-12-10, auto install depends tools/libs on centos/ubuntu. 360 * v0.9, 2013-12-10, auto install depends tools/libs on centos/ubuntu.
361 * v0.8, 2013-12-08, [v0.8](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.8) released. 19186 lines. 361 * v0.8, 2013-12-08, [v0.8](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.8) released. 19186 lines.
362 -* v0.8, 2013-12-08, support http hooks: on_connect/close/publish/unpublish/play/stop. 362 +* v0.8, 2013-12-08, support [http hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback): on_connect/close/publish/unpublish/play/stop.
363 * v0.8, 2013-12-08, support multiple http hooks for a event. 363 * v0.8, 2013-12-08, support multiple http hooks for a event.
364 * v0.8, 2013-12-07, support http callback hooks, on_connect. 364 * v0.8, 2013-12-07, support http callback hooks, on_connect.
365 * v0.8, 2013-12-07, support network based cli and json result, add CherryPy 3.2.4. 365 * v0.8, 2013-12-07, support network based cli and json result, add CherryPy 3.2.4.