Work-in progress: connection manager now used in Streamer and

NetworkSource to identify possible connections, and exchange streaming
configuration.
This commit is contained in:
brunoherbelin
2020-10-24 23:53:11 +02:00
parent db0892d25b
commit 7246dfa08e
13 changed files with 459 additions and 519 deletions

View File

@@ -75,19 +75,6 @@ struct RecordConfig
};
//struct StreamingConfig
//{
// std::string ip;
// int port;
// int profile;
// StreamingConfig() : ip("localhost") {
// profile = 0;
// port = 5400;
// }
//};
struct History
{
std::string path;
@@ -202,7 +189,6 @@ struct Application
// settings exporters
RecordConfig record;
// StreamingConfig stream;
// settings new source
SourceConfig source;