mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
选择是否导出调试文件
This commit is contained in:
parent
6e59000265
commit
14ba899c61
@ -105,6 +105,9 @@ int main(int argc,char *argv[]) {
|
||||
httpSrv->start<HttpSession>(80);//默认80
|
||||
//此处可以选择MP4V-ES或MP2P
|
||||
mINI::Instance()[RtpProxy::kRtpType] = "MP4V-ES";
|
||||
//此处选择是否导出调试文件
|
||||
// mINI::Instance()[RtpProxy::kDumpDir] = "/Users/xzl/Desktop/";
|
||||
|
||||
loadFile(argv[1]);
|
||||
#else
|
||||
ErrorL << "please ENABLE_RTPPROXY and then test";
|
||||
|
Loading…
Reference in New Issue
Block a user