Merge branch 'development' into LTS_development
This commit is contained in:
commit
3484e41270
1 changed files with 3 additions and 0 deletions
|
@ -315,6 +315,9 @@ bool Util::startInput(std::string streamname, std::string filename, bool forkFir
|
||||||
FAIL_MSG("Forking process for stream %s failed: %s", streamname.c_str(), strerror(errno));
|
FAIL_MSG("Forking process for stream %s failed: %s", streamname.c_str(), strerror(errno));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (filename.substr(0, 21) == "push://INTERNAL_ONLY:"){
|
||||||
|
Util::Procs::remember(pid);
|
||||||
|
}
|
||||||
}else{
|
}else{
|
||||||
DEBUG_MSG(DLVL_DONTEVEN, "Not forking");
|
DEBUG_MSG(DLVL_DONTEVEN, "Not forking");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue