Merged MistInTS and MistInTSStream, added support for streamed file input through stream:// source
This commit is contained in:
parent
44fd455c8e
commit
eccd3d2949
4 changed files with 97 additions and 123 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue