We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed2a8b commit abf78ddCopy full SHA for abf78dd
2 files changed
.github/workflows/debian_build.yml
@@ -58,6 +58,7 @@ jobs:
58
- name: install system package
59
run: |
60
apt update -y
61
+ apt upgrade -y
62
apt install gcc g++ make git jq unzip curl wget -y
63
64
- name: install xengine library
CHANGELOG
@@ -1,3 +1,19 @@
1
+XEngine_StreamMedia V2.13.0.1001
2
+
3
+ci:增加了centos alma系统支持
4
+增加:http验证功能支持
5
+更新:依赖库
6
+修改:启动参数不区分大小写
7
+修改:统一Http错误码
8
+修正:某些时候配置读取问题
9
10
+ci:add alma and centos and debian 13 system support
11
+added:http basic and digest verification
12
+update:depend library
13
+modify:start parameter does not case sensitive
14
+modify:Unify HTTP error code definitions
15
+fixed:sometime configure read memory leak
16
+=======================================================
17
XEngine_StreamMedia V2.12.0.1001
18
19
added:webrtc push stream test code
0 commit comments