Improved startInput function behaviour and reliability, added streamAlive function.

This commit is contained in:
Thulinma 2015-07-21 23:07:10 +02:00
parent dcde050143
commit c3efc1001f
3 changed files with 53 additions and 27 deletions

View file

@ -97,7 +97,7 @@ namespace Mist {
return; //abort - no stream to initialize...
}
if (!Util::startInput(streamName)){
DEBUG_MSG(DLVL_FAIL, "Opening stream disallowed - aborting initalization");
DEBUG_MSG(DLVL_FAIL, "Opening stream failed - aborting initalization");
onFail();
return;
}