添加完整的服务器用例

This commit is contained in:
xiongziliang
2019-05-20 11:22:59 +08:00
parent 49d778af99
commit 2f6773f180
26 changed files with 8290 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ namespace mediakit {
bool loadIniConfig(const char *ini_path){
string ini;
if(ini_path){
if(ini_path && ini_path[0] != '\0'){
ini = ini_path;
}else{
ini = exePath() + ".ini";