Merge branch 'development' into LTS_development
This commit is contained in:
commit
6ddc4adadf
10 changed files with 65 additions and 37 deletions
|
@ -331,7 +331,7 @@ 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));
|
||||
return false;
|
||||
}
|
||||
if (pid && filename.substr(0, 21) == "push://INTERNAL_ONLY:"){
|
||||
if (pid && overrides.count("singular")){
|
||||
Util::Procs::setHandler();
|
||||
Util::Procs::remember(pid);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue