Improved startInput function behaviour and reliability, added streamAlive function.
This commit is contained in:
parent
dcde050143
commit
c3efc1001f
3 changed files with 53 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue