正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
| @@ -230,11 +230,12 @@ Supported operating systems and hardware: | @@ -230,11 +230,12 @@ Supported operating systems and hardware: | ||
| 230 | 230 | ||
| 231 | ## History | 231 | ## History |
| 232 | * v1.0, 2014-05-18, support http api json, to PUT/POST. 0.9.105 | 232 | * v1.0, 2014-05-18, support http api json, to PUT/POST. 0.9.105 |
| 233 | -* v1.0, 2014-05-17, fix #72, also need stream_id for send_and_free_message. 0.9.101 | 233 | +* v1.0, 2014-05-17, fix [#72](https://github.com/winlinvip/simple-rtmp-server/issues/72), also need stream_id for send_and_free_message. 0.9.101 |
| 234 | * v1.0, 2014-05-17, rename struct to class. 0.9.100 | 234 | * v1.0, 2014-05-17, rename struct to class. 0.9.100 |
| 235 | -* v1.0, 2014-05-14, fix #67 pithy print, stage must has a age. 0.9.98 | 235 | +* v1.0, 2014-05-14, fix [#67](https://github.com/winlinvip/simple-rtmp-server/issues/67) pithy print, stage must has a age. 0.9.98 |
| 236 | * v1.0, 2014-05-13, fix mem leak for delete[] SharedPtrMessage array. 0.9.95 | 236 | * v1.0, 2014-05-13, fix mem leak for delete[] SharedPtrMessage array. 0.9.95 |
| 237 | * v1.0, 2014-05-12, refine the kbps calc module. 0.9.93 | 237 | * v1.0, 2014-05-12, refine the kbps calc module. 0.9.93 |
| 238 | +* v1.0, 2014-05-08, fix [#36](https://github.com/winlinvip/simple-rtmp-server/issues/36): never directly use *(int32_t*) for arm. | ||
| 238 | * v1.0, 2014-05-08, edge support FMS origin server. 0.9.92 | 239 | * v1.0, 2014-05-08, edge support FMS origin server. 0.9.92 |
| 239 | * v1.0, 2014-04-28, [1.0 mainline2(0.9.79)](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0.mainline2) released. 35255 lines. | 240 | * v1.0, 2014-04-28, [1.0 mainline2(0.9.79)](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0.mainline2) released. 35255 lines. |
| 240 | * v1.0, 2014-04-28, support full edge RTMP server. 0.9.79 | 241 | * v1.0, 2014-04-28, support full edge RTMP server. 0.9.79 |
-
请 注册 或 登录 后发表评论