Improved startInput function behaviour and reliability, added streamAlive function.

This commit is contained in:
Thulinma 2015-07-21 23:07:10 +02:00
parent dcde050143
commit c3efc1001f
3 changed files with 53 additions and 27 deletions

View file

@ -8,5 +8,6 @@
namespace Util {
std::string getTmpFolder();
void sanitizeName(std::string & streamname);
bool streamAlive(std::string & streamname);
bool startInput(std::string streamname, std::string filename = "", bool forkFirst = true);
}