bump version 0.10.0

This commit is contained in:
badaix 2016-11-17 11:53:32 +01:00
parent c14157768e
commit 835127b18d
9 changed files with 31 additions and 16 deletions

View file

@ -378,7 +378,6 @@ void StreamServer::start()
streamManager_.reset(new StreamManager(this, settings_.sampleFormat, settings_.codec, settings_.streamReadMs));
// throw SnapException("xxx");
//TODO: check uniqueness of the stream
for (const auto& streamUri: settings_.pcmStreams)
{
PcmStreamPtr stream = streamManager_->addStream(streamUri);