Skip to content

Commit f0ded24

Browse files
committed
modify:not write file
1 parent 2eafb10 commit f0ded24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: make release
7474
run: |
7575
cd XEngine_Source
76-
make PLATFORM=mac RELEASE=1
76+
make PLATFORM=mac RELEASE=0
7777
make PLATFORM=mac FLAGS=InstallAll
7878
make PLATFORM=mac FLAGS=CleanAll
7979

XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp/XEngine_StreamMediaApp.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ int main(int argc, char** argv)
216216
memset(&st_XLogConfig, '\0', sizeof(HELPCOMPONENTS_XLOG_CONFIGURE));
217217
memset(&st_ServiceConfig, '\0', sizeof(XENGINE_SERVICECONFIG));
218218

219-
pSt_VFile = _xtfopen("./1.h264", "wb");
220-
pSt_AFile = _xtfopen("./1.opus", "wb");
219+
//pSt_VFile = _xtfopen("./1.h264", "wb");
220+
//pSt_AFile = _xtfopen("./1.opus", "wb");
221221
//初始化参数
222222
if (!XEngine_Configure_Parament(argc, argv))
223223
{
@@ -743,14 +743,14 @@ int main(int argc, char** argv)
743743
NetCore_UDPSelect_Stop(xhRTCWhipSocket);
744744
Cryption_Server_StopEx(xhRTCWhepSsl);
745745
Cryption_Server_StopEx(xhRTCWhipSsl);
746+
SocketOpt_HeartBeat_DestoryEx(xhRTCWhepHeart);
747+
SocketOpt_HeartBeat_DestoryEx(xhRTCWhipHeart);
746748
}
747749
//销毁心跳
748750
SocketOpt_HeartBeat_DestoryEx(xhHttpHeart);
749751
SocketOpt_HeartBeat_DestoryEx(xhXStreamHeart);
750752
SocketOpt_HeartBeat_DestoryEx(xhRTMPHeart);
751753
SocketOpt_HeartBeat_DestoryEx(xhJT1078Heart);
752-
SocketOpt_HeartBeat_DestoryEx(xhRTCWhepHeart);
753-
SocketOpt_HeartBeat_DestoryEx(xhRTCWhipHeart);
754754
//销毁包管理器
755755
HttpProtocol_Server_DestroyEx(xhHttpPacket);
756756
HelpComponents_Datas_Destory(xhXStreamPacket);

0 commit comments

Comments
 (0)