File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: rocky 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 8181 run : |
8282 cd XEngine_Release
8383 brew install llvm
84- lldb --batch -o "run" -o "bt all" -- ./XEngine_StreamMediaApp -t
85- ./XEngine_StreamMediaApp -t
84+ lldb -- ./XEngine_StreamMediaApp -t <<EOF
85+ run
86+ bt all
87+ quit
88+ EOF
89+ # ./XEngine_StreamMediaApp -t
8690
8791 - name : Upload folder as artifact with mac x64
8892 if : matrix.os == 'macos-13'
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ c c++ streammedia server
3838| -------- | --------- | -------- | -------- |
3939| RTMP | H264 | AAC | 已完成 |
4040| SRT | H264 | AAC | 已完成 |
41- | WEBRTC | H264 | OPUS | 未开始 |
41+ | WEBRTC | H264 | OPUS | 进行中 |
4242| GB28181 | H264 | AAC | 未开始 |
4343| JT1078 | H264 | AAC | 已完成 |
4444| XStream | H264 | AAC | 已完成 |
Original file line number Diff line number Diff line change 11{
22 "tszSMSUrl" : " rtmp://app.xyry.org/live" ,
3- "tszIPAddr" : " 10 .0.4.69 " ,
3+ "tszIPAddr" : " 127 .0.0.1 " ,
44 "bDeamon" : 0 ,
55 "nRTMPPort" : 1935 ,
66 "nHttpPort" : 5600 ,
Original file line number Diff line number Diff line change 11{
22 "XVer" : [
3+ " V2.12.0.1001 Build20250814" ,
34 " V2.11.1.1001 Build20250409" ,
45 " V2.11.0.1001 Build20250426" ,
56 " V2.10.0.1001 Build20250124" ,
You can’t perform that action at this time.
0 commit comments