Added defines for OGG, AVAHI, ALSA, OPENSL, DAEMON

This commit is contained in:
badaix 2016-03-23 19:37:04 +01:00
parent 750df78090
commit 54f0ad5a51
5 changed files with 21 additions and 16 deletions

View file

@ -311,7 +311,6 @@ void StreamServer::onMessageReceived(StreamSession* connection, const msg::BaseM
}
Config::instance().save();
//TODO: wording pcmStream vs stream
connection->setPcmStream(stream);
auto headerChunk = stream->getHeader();
connection->send(headerChunk.get());