working on streaming and clients

This commit is contained in:
brunoherbelin
2020-10-20 00:28:44 +02:00
parent 15285ec151
commit 27239b7513
15 changed files with 254 additions and 96 deletions

View File

@@ -264,7 +264,7 @@ void Settings::Load()
streamnode->QueryIntAttribute("profile", &application.stream.profile);
streamnode->QueryIntAttribute("port", &application.stream.port);
const char *ip_ = recordnode->Attribute("ip");
const char *ip_ = streamnode->Attribute("ip");
if (ip_)
application.stream.ip = std::string(ip_);
else