mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-02-21 15:50:53 +08:00
candidate foundation改为string类型
This commit is contained in:
@@ -209,6 +209,7 @@ static void inline listen_shell_input(){
|
||||
//全局变量,在WebApi中用于保存配置文件用
|
||||
string g_ini_file;
|
||||
|
||||
extern void test_sdp();
|
||||
int start_main(int argc,char *argv[]) {
|
||||
{
|
||||
CMD_main cmd_main;
|
||||
@@ -266,6 +267,7 @@ int start_main(int argc,char *argv[]) {
|
||||
});
|
||||
}
|
||||
|
||||
test_sdp();
|
||||
uint16_t shellPort = mINI::Instance()[Shell::kPort];
|
||||
uint16_t rtspPort = mINI::Instance()[Rtsp::kPort];
|
||||
uint16_t rtspsPort = mINI::Instance()[Rtsp::kSSLPort];
|
||||
|
||||
Reference in New Issue
Block a user