13   bool startInput(std::string streamname, std::string filename = 
"", 
bool forkFirst = 
true);
 
void sanitizeName(std::string &streamname)
Filters the streamname, removing invalid characters and converting all letters to lowercase...
Definition: stream.cpp:57
A JSON::Value is either a string or an integer, but may also be an object, array or null...
Definition: json.h:21
bool streamAlive(std::string &streamname)
Checks if the given streamname has an active input serving it. 
Definition: stream.cpp:109
Contains utility code, not directly related to streaming media. 
Definition: bitfields.h:3
int startRecording(std::string streamname)
Definition: stream.cpp:298
bool startInput(std::string streamname, std::string filename="", bool forkFirst=true)
Assures the input for the given stream name is active. 
Definition: stream.cpp:137
std::string getTmpFolder()
Definition: stream.cpp:25
JSON::Value getStreamConfig(std::string streamname)
Definition: stream.cpp:83