Recording functionality by Diederick Huijbers, slightly tweaked.
This commit is contained in:
parent
c0b5f0d4b1
commit
1c3e143709
14 changed files with 550 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue