mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修改拼写错误
This commit is contained in:
parent
80b80c2ab8
commit
8732cbf2b8
BIN
src/.DS_Store
vendored
BIN
src/.DS_Store
vendored
Binary file not shown.
@ -11,7 +11,7 @@ using namespace ZL::Network;
|
||||
|
||||
namespace Config {
|
||||
|
||||
void loaIniConfig(){
|
||||
void loadIniConfig(){
|
||||
auto &ini = ZL::Util::mINI::Instance();
|
||||
try{
|
||||
ini.parseFile(exePath() + ".ini");
|
||||
|
@ -14,7 +14,7 @@ using namespace ZL::Util;
|
||||
|
||||
namespace Config {
|
||||
|
||||
void loaIniConfig();
|
||||
void loadIniConfig();
|
||||
////////////TCP最大连接数///////////
|
||||
#ifdef __x86_64__
|
||||
#define MAX_TCP_SESSION 100000
|
||||
|
BIN
tests/.DS_Store
vendored
BIN
tests/.DS_Store
vendored
Binary file not shown.
@ -45,7 +45,7 @@ int main(int argc,char *argv[]){
|
||||
setExePath(argv[0]);
|
||||
signal(SIGINT, programExit);
|
||||
Logger::Instance().add(std::make_shared<ConsoleChannel>("stdout", LTrace));
|
||||
Config::loaIniConfig();
|
||||
Config::loadIniConfig();
|
||||
DebugL << exePath();
|
||||
//support rtmp and rtsp url
|
||||
//just support H264+AAC
|
||||
|
Loading…
Reference in New Issue
Block a user