File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636| 定时打印访问记录 | √ | x | |
3737| JSON 风格的数据信息 | √ | x | |
3838| 录制的数据信息 | √ | x | |
39- | 大小端无关 | √ | 见备注 | ` endian ` 分支部分支持 |
39+ | 大小端无关 | √ | 见备注 | ` big- endian` 分支部分支持 |
4040
4141## 兼容性
4242
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Donate if you like this module. Many thanks to you!
3636| Timer for access log | √ | x | |
3737| JSON style statistics | √ | x | |
3838| Statistics for recordings | √ | x | |
39- | Independent of endianness | √ | See remarks | Partially supported in branch ` endian ` |
39+ | Independent of endianness | √ | See remarks | Partially supported in branch ` big- endian` |
4040
4141## Compatibility
4242
Original file line number Diff line number Diff line change 99#define _NGX_RTMP_VERSION_H_INCLUDED_
1010
1111
12- #define nginx_rtmp_version 1002010
13- #define NGINX_RTMP_VERSION "1.2.10 "
12+ #define nginx_rtmp_version 1002011
13+ #define NGINX_RTMP_VERSION "1.2.11 "
1414
1515
1616#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */
You can’t perform that action at this time.
0 commit comments