mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
working on streaming and clients
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user