mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Work-in progress: connection manager now used in Streamer and
NetworkSource to identify possible connections, and exchange streaming configuration.
This commit is contained in:
14
Settings.h
14
Settings.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user