Added duplicate checking for manual pushes
This commit is contained in:
parent
acbdede296
commit
6254c285d6
5 changed files with 58 additions and 77 deletions
|
@ -11,7 +11,7 @@ namespace Util {
|
|||
void sanitizeName(std::string & streamname);
|
||||
bool streamAlive(std::string & streamname);
|
||||
bool startInput(std::string streamname, std::string filename = "", bool forkFirst = true);
|
||||
int startPush(std::string & streamname, std::string & target);
|
||||
int startPush(const std::string & streamname, std::string & target);
|
||||
JSON::Value getStreamConfig(std::string streamname);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue