File tree Expand file tree Collapse file tree 11 files changed +35
-9
lines changed
XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp Expand file tree Collapse file tree 11 files changed +35
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CodeQL Advanced
33on :
44 push :
55 branches :
6- - ' develop '
6+ - develop1
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: cpp check workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - develop1
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: debian build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - develop1
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: fedora build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - develop1
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: macos build workflows
33on :
44 push :
55 branches :
6- - ' develop'
6+ - develop
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: windows build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - develop1
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ubuntu build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - develop1
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change 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+ =======================================================
125XEngine_StreamMedia V2.11.1.1001
226
327修正:rtmp推流CSID处理不正确导致推流不正确的问题
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments