mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-02 16:37:34 +08:00
修复无法编译的bug
This commit is contained in:
@@ -150,8 +150,8 @@ void MediaInfo::parse(const string &url){
|
||||
auto pos = steamid.find("?");
|
||||
if(pos != string::npos){
|
||||
_streamid = steamid.substr(0,pos);
|
||||
_para_strs = steamid.substr(pos + 1);
|
||||
_params = Parser::parseArgs(_para_strs);
|
||||
_param_strs = steamid.substr(pos + 1);
|
||||
_params = Parser::parseArgs(_param_strs);
|
||||
if(_params.find(VHOST_KEY) != _params.end()){
|
||||
_vhost = _params[VHOST_KEY];
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ public:
|
||||
string _app;
|
||||
string _streamid;
|
||||
StrCaseMap _params;
|
||||
string _para_strs;
|
||||
string _param_strs;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user