mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 18:31:45 +02:00
socket stuff
git-svn-id: svn://elaine/murooma/trunk@252 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
96ffd6ba1a
commit
8039c3d023
10 changed files with 56 additions and 105 deletions
|
@ -64,6 +64,9 @@ int main(int argc, char* argv[])
|
|||
StreamServer* server = new StreamServer(port);
|
||||
server->start();
|
||||
|
||||
ControlServer* controlServer = new ControlServer(port + 1);
|
||||
controlServer->start();
|
||||
|
||||
timeval tvChunk;
|
||||
gettimeofday(&tvChunk, NULL);
|
||||
long nextTick = getTickCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue