Added stream status shared memory page (temporary system)

This commit is contained in:
Thulinma 2017-06-22 14:03:35 +02:00
parent 76b5a91da6
commit 25699ef8b2
6 changed files with 27 additions and 0 deletions

View file

@ -12,5 +12,6 @@ namespace Util {
bool streamAlive(std::string & streamname);
bool startInput(std::string streamname, std::string filename = "", bool forkFirst = true, bool isProvider = false);
JSON::Value getStreamConfig(std::string streamname);
uint8_t getStreamStatus(std::string & streamname);
}