正在显示
1 个修改的文件
包含
8 行增加
和
8 行删除
| @@ -215,7 +215,7 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | @@ -215,7 +215,7 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | ||
| 215 | * v0.9, 2013-12-15, support reload the hls/forwarder/transcoder. | 215 | * v0.9, 2013-12-15, support reload the hls/forwarder/transcoder. |
| 216 | * v0.9, 2013-12-14, refine the thread model for the retry threads. | 216 | * v0.9, 2013-12-14, refine the thread model for the retry threads. |
| 217 | * v0.9, 2013-12-10, auto install depends tools/libs on centos/ubuntu. | 217 | * v0.9, 2013-12-10, auto install depends tools/libs on centos/ubuntu. |
| 218 | -* v0.8, 2013-12-08, v0.8 released. 19186 lines. | 218 | +* v0.8, 2013-12-08, [v0.8](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.8) released. 19186 lines. |
| 219 | * v0.8, 2013-12-08, support http hooks: on_connect/close/publish/unpublish/play/stop. | 219 | * v0.8, 2013-12-08, support http hooks: on_connect/close/publish/unpublish/play/stop. |
| 220 | * v0.8, 2013-12-08, support multiple http hooks for a event. | 220 | * v0.8, 2013-12-08, support multiple http hooks for a event. |
| 221 | * v0.8, 2013-12-07, support http callback hooks, on_connect. | 221 | * v0.8, 2013-12-07, support http callback hooks, on_connect. |
| @@ -224,32 +224,32 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | @@ -224,32 +224,32 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | ||
| 224 | * v0.8, 2013-12-06, support max_connections, drop if exceed. | 224 | * v0.8, 2013-12-06, support max_connections, drop if exceed. |
| 225 | * v0.8, 2013-12-05, support log_dir, write ffmpeg log to file. | 225 | * v0.8, 2013-12-05, support log_dir, write ffmpeg log to file. |
| 226 | * v0.8, 2013-12-05, fix the forward/hls/encoder bug. | 226 | * v0.8, 2013-12-05, fix the forward/hls/encoder bug. |
| 227 | -* v0.7, 2013-12-03, v0.7 released. 17605 lines. | 227 | +* v0.7, 2013-12-03, [v0.7](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.7) released. 17605 lines. |
| 228 | * v0.7, 2013-12-01, support dead-loop detect for forwarder and transcoder. | 228 | * v0.7, 2013-12-01, support dead-loop detect for forwarder and transcoder. |
| 229 | * v0.7, 2013-12-01, support all ffmpeg filters and params. | 229 | * v0.7, 2013-12-01, support all ffmpeg filters and params. |
| 230 | * v0.7, 2013-11-30, support live stream transcoder by ffmpeg. | 230 | * v0.7, 2013-11-30, support live stream transcoder by ffmpeg. |
| 231 | * v0.7, 2013-11-30, support --with/without -ffmpeg, build ffmpeg-2.1. | 231 | * v0.7, 2013-11-30, support --with/without -ffmpeg, build ffmpeg-2.1. |
| 232 | * v0.7, 2013-11-30, add ffmpeg-2.1, x264-core138, lame-3.99.5, libaacplus-2.0.2. | 232 | * v0.7, 2013-11-30, add ffmpeg-2.1, x264-core138, lame-3.99.5, libaacplus-2.0.2. |
| 233 | -* v0.6, 2013-11-29, v0.6 released. 16094 lines. | 233 | +* v0.6, 2013-11-29, [v0.6](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.6) released. 16094 lines. |
| 234 | * v0.6, 2013-11-29, add performance summary, 1800 clients, 900Mbps, CPU 90.2%, 41MB. | 234 | * v0.6, 2013-11-29, add performance summary, 1800 clients, 900Mbps, CPU 90.2%, 41MB. |
| 235 | * v0.6, 2013-11-29, support forward stream to other edge server. | 235 | * v0.6, 2013-11-29, support forward stream to other edge server. |
| 236 | * v0.6, 2013-11-29, support forward stream to other origin server. | 236 | * v0.6, 2013-11-29, support forward stream to other origin server. |
| 237 | * v0.6, 2013-11-28, fix memory leak bug, aac decode bug. | 237 | * v0.6, 2013-11-28, fix memory leak bug, aac decode bug. |
| 238 | * v0.6, 2013-11-27, support --with or --without -hls and -ssl options. | 238 | * v0.6, 2013-11-27, support --with or --without -hls and -ssl options. |
| 239 | * v0.6, 2013-11-27, support AAC 44100HZ sample rate for iphone, adjust the timestamp. | 239 | * v0.6, 2013-11-27, support AAC 44100HZ sample rate for iphone, adjust the timestamp. |
| 240 | -* v0.5, 2013-11-26, v0.5 released. 14449 lines. | 240 | +* v0.5, 2013-11-26, [v0.5](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.5) released. 14449 lines. |
| 241 | * v0.5, 2013-11-24, support HLS(m3u8), fragment and window. | 241 | * v0.5, 2013-11-24, support HLS(m3u8), fragment and window. |
| 242 | * v0.5, 2013-11-24, support record to ts file for HLS. | 242 | * v0.5, 2013-11-24, support record to ts file for HLS. |
| 243 | * v0.5, 2013-11-21, add ts_info tool to demux ts file. | 243 | * v0.5, 2013-11-21, add ts_info tool to demux ts file. |
| 244 | * v0.5, 2013-11-16, add rtmp players(OSMF/jwplayer5/jwplayer6). | 244 | * v0.5, 2013-11-16, add rtmp players(OSMF/jwplayer5/jwplayer6). |
| 245 | -* v0.4, 2013-11-10, v0.4 released. 12500 lines. | 245 | +* v0.4, 2013-11-10, [v0.4](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.4) released. 12500 lines. |
| 246 | * v0.4, 2013-11-10, support config and reload the pithy print. | 246 | * v0.4, 2013-11-10, support config and reload the pithy print. |
| 247 | * v0.4, 2013-11-09, support reload config(vhost and its detail). | 247 | * v0.4, 2013-11-09, support reload config(vhost and its detail). |
| 248 | * v0.4, 2013-11-09, support reload config(listen and chunk_size) by SIGHUP(1). | 248 | * v0.4, 2013-11-09, support reload config(listen and chunk_size) by SIGHUP(1). |
| 249 | * v0.4, 2013-11-09, support longtime(>4.6hours) publish/play. | 249 | * v0.4, 2013-11-09, support longtime(>4.6hours) publish/play. |
| 250 | * v0.4, 2013-11-09, support config the chunk_size. | 250 | * v0.4, 2013-11-09, support config the chunk_size. |
| 251 | * v0.4, 2013-11-09, support pause for live stream. | 251 | * v0.4, 2013-11-09, support pause for live stream. |
| 252 | -* v0.3, 2013-11-04, v0.3 released. 11773 lines. | 252 | +* v0.3, 2013-11-04, [v0.3](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.3) released. 11773 lines. |
| 253 | * v0.3, 2013-11-04, support refer/play-refer/publish-refer. | 253 | * v0.3, 2013-11-04, support refer/play-refer/publish-refer. |
| 254 | * v0.3, 2013-11-04, support vhosts specified config. | 254 | * v0.3, 2013-11-04, support vhosts specified config. |
| 255 | * v0.3, 2013-11-02, support listen multiple ports. | 255 | * v0.3, 2013-11-02, support listen multiple ports. |
| @@ -257,12 +257,12 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | @@ -257,12 +257,12 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw | ||
| 257 | * v0.3, 2013-10-29, support pithy print log message specified by stage. | 257 | * v0.3, 2013-10-29, support pithy print log message specified by stage. |
| 258 | * v0.3, 2013-10-28, support librtmp without extended-timestamp in 0xCX chunk packet. | 258 | * v0.3, 2013-10-28, support librtmp without extended-timestamp in 0xCX chunk packet. |
| 259 | * v0.3, 2013-10-27, support cache last gop for client fast startup. | 259 | * v0.3, 2013-10-27, support cache last gop for client fast startup. |
| 260 | -* v0.2, 2013-10-25, v0.2 released. 10125 lines. | 260 | +* v0.2, 2013-10-25, [v0.2](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.2) released. 10125 lines. |
| 261 | * v0.2, 2013-10-25, support flash publish. | 261 | * v0.2, 2013-10-25, support flash publish. |
| 262 | * v0.2, 2013-10-25, support h264/avc codec by rtmp complex handshake. | 262 | * v0.2, 2013-10-25, support h264/avc codec by rtmp complex handshake. |
| 263 | * v0.2, 2013-10-24, support time jitter detect and correct algorithm | 263 | * v0.2, 2013-10-24, support time jitter detect and correct algorithm |
| 264 | * v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header. | 264 | * v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header. |
| 265 | -* v0.1, 2013-10-23, v0.1 released. 8287 lines. | 265 | +* v0.1, 2013-10-23, [v0.1](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.1) released. 8287 lines. |
| 266 | * v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api. | 266 | * v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api. |
| 267 | * v0.1, 2013-10-23, support shared ptr msg for zero memory copy. | 267 | * v0.1, 2013-10-23, support shared ptr msg for zero memory copy. |
| 268 | * v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake. | 268 | * v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake. |
-
请 注册 或 登录 后发表评论