mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
First working implementation of Streamer, with TCP and SharedMemory.
This commit is contained in:
@@ -81,9 +81,9 @@ struct StreamingConfig
|
||||
int port;
|
||||
int profile;
|
||||
|
||||
StreamingConfig() : ip("") {
|
||||
StreamingConfig() : ip("localhost") {
|
||||
profile = 0;
|
||||
port = 5000;
|
||||
port = 5400;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user