Skip to content

Commit

Permalink
update:configure file
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Oct 7, 2023
1 parent 6f8c7e7 commit c6a5226
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions XEngine_Release/XEngine_Config/XEngine_Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"nHTTPThread":1,
"nXStreamThread":2,
"nRTMPThread":2,
"nSRTThread":2,
"nJT1078Thread":2
},
"XTime":{
Expand All @@ -35,6 +36,9 @@
},
"RTSP":{
"bEnable":false
},
"HLS":{
"bEnable":false
}
},
"XLog":{
Expand All @@ -43,6 +47,7 @@
"LogLeave":32
},
"XVer":[
"V2.3.0.1001 Build20231007",
"V2.2.0.1001 Build20230804",
"V2.1.0.1001 Build20230726",
"V2.0.0.1001 Build20230615",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ int main(int argc, char** argv)
memset(&st_XLogConfig, '\0', sizeof(HELPCOMPONENTS_XLOG_CONFIGURE));
memset(&st_ServiceConfig, '\0', sizeof(XENGINE_SERVICECONFIG));

pSt_VFile = _xtfopen("./1.ts", "wb");
pSt_AFile = _xtfopen("./1.h264", "wb");
//pSt_VFile = _xtfopen("./1.ts", "wb");
//pSt_AFile = _xtfopen("./1.h264", "wb");

st_XLogConfig.XLog_MaxBackupFile = 10;
st_XLogConfig.XLog_MaxSize = 1024000;
Expand Down

0 comments on commit c6a5226

Please sign in to comment.