Merged MistInTS and MistInTSStream, added support for streamed file input through stream:// source

This commit is contained in:
Thulinma 2016-08-26 01:59:49 +02:00
parent 44fd455c8e
commit eccd3d2949
4 changed files with 97 additions and 123 deletions

View file

@ -68,7 +68,7 @@ namespace Controller {
// False: start TS input
INFO_MSG("No TS Input running on port %s for stream %s, starting it", udpPort.c_str(), name.c_str());
std::deque<std::string> command;
command.push_back(Util::getMyPath() + "MistInTSStream");
command.push_back(Util::getMyPath() + "MistInTS");
command.push_back("-s");
command.push_back(name);
command.push_back("-p");