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 36
36
| 定时打印访问记录 | √ | x | |
37
37
| JSON 风格的数据信息 | √ | x | |
38
38
| 录制的数据信息 | √ | x | |
39
- | 大小端无关 | √ | 见备注 | ` endian ` 分支部分支持 |
39
+ | 大小端无关 | √ | 见备注 | ` big- endian` 分支部分支持 |
40
40
41
41
## 兼容性
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Donate if you like this module. Many thanks to you!
36
36
| Timer for access log | √ | x | |
37
37
| JSON style statistics | √ | x | |
38
38
| 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` |
40
40
41
41
## Compatibility
42
42
Original file line number Diff line number Diff line change 9
9
#define _NGX_RTMP_VERSION_H_INCLUDED_
10
10
11
11
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 "
14
14
15
15
16
16
#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */
You can’t perform that action at this time.
0 commit comments