Skip to content

Commit 589e3f9

Browse files
committed
update:ci test and CHANGELOG
1 parent 005debc commit 589e3f9

File tree

11 files changed

+35
-9
lines changed

11 files changed

+35
-9
lines changed

.github/workflows/Rocky_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
8080
chmod 777 *
8181
./XEngine_LINEnv.sh -i 3
82-
dnf install libavdevice -y
8382
- name: install depend library
8483
run: dnf install libsrtp-devel srt-devel -y
8584

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CodeQL Advanced
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- develop1
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cpp check workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- develop1
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/debian_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: debian build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- develop1
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/fedora_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: fedora build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- develop1
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/macbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: macos build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- develop
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'
@@ -80,6 +80,8 @@ jobs:
8080
- name: test (srt bug on macos,not run)
8181
run: |
8282
cd XEngine_Release
83+
brew install llvm
84+
lldb --batch -o "run" -o "bt all" -- ./XEngine_StreamMediaApp -t
8385
./XEngine_StreamMediaApp -t
8486
8587
- name: Upload folder as artifact with mac x64

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: windows build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- develop1
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/ubuntu_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ubuntu build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- develop1
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

CHANGELOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
XEngine_StreamMedia V2.12.0.1001
2+
3+
added:webrtc push stream test code
4+
added:configure log level support
5+
added:ci rocky linux 10 support
6+
update:depend library
7+
improved:make file build flags
8+
modify:bcd codec support
9+
modify:start parameter are not case sensitive
10+
modify:Move submodule XEngine_Depend to XEngine_DependLibrary
11+
fixed:configure parse failed
12+
fixed:report info not time count
13+
14+
增加:webrtc 推流测试服务代码
15+
增加:配置日志级别支持
16+
增加:CI的rockylinux10系统支持
17+
更新:依赖库
18+
优化:构建编译脚本选项
19+
修改:bcd编码支持
20+
修改:启动参数不区分大小写
21+
修改:移动子模块目录到新的文件夹
22+
修正:配置解析错误
23+
修正:报告信息没有统计的问题
24+
=======================================================
125
XEngine_StreamMedia V2.11.1.1001
226

327
修正:rtmp推流CSID处理不正确导致推流不正确的问题

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Publish Stream:
3535
| -------- | --------- | -------- | -------- |
3636
| RTMP | H264 | AAC | Completed |
3737
| SRT | H264 | AAC | Completed |
38-
| WEBRTC | H264 | OPUS | Not Start |
38+
| WEBRTC | H264 | OPUS | Processing |
3939
| GB28181 | H264 | AAC | Not Start |
4040
| JT1078 | H264 | AAC | Completed |
4141
| XStream | H264 | AAC | Completed |

0 commit comments

Comments
 (0)