Recording functionality by Diederick Huijbers, slightly tweaked.

This commit is contained in:
ozzay 2015-11-26 14:13:07 +01:00 committed by Thulinma
parent c0b5f0d4b1
commit 1c3e143709
14 changed files with 550 additions and 10 deletions

View file

@ -11,5 +11,8 @@ namespace Util {
void sanitizeName(std::string & streamname);
bool streamAlive(std::string & streamname);
bool startInput(std::string streamname, std::string filename = "", bool forkFirst = true);
/* roxlu-begin */
int startRecording(std::string streamname);
/* roxlu-end */
JSON::Value getStreamConfig(std::string streamname);
}