Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2018-06-28 10:49:44 +02:00
commit 3eb87bda47

View file

@ -356,7 +356,7 @@ void HTTP::Parser::auth(const std::string &user, const std::string &pass,
return;
}
std::string urlPart;
if (url.find("://") != std::string::npos){
if (url.find("://") != std::string::npos && url.substr(0, 4) != "rtsp"){
HTTP::URL tmpUrl(url);
urlPart = "/" + tmpUrl.path;
}else{