Merge branch 'development' into LTS_development
This commit is contained in:
commit
21860c9bbe
1 changed files with 2 additions and 1 deletions
|
@ -315,7 +315,8 @@ 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 (filename.substr(0, 21) == "push://INTERNAL_ONLY:"){
|
||||
if (pid && filename.substr(0, 21) == "push://INTERNAL_ONLY:"){
|
||||
Util::Procs::setHandler();
|
||||
Util::Procs::remember(pid);
|
||||
}
|
||||
}else{
|
||||
|
|
Loading…
Add table
Reference in a new issue