UDP API port is now stored in and read from global config
This commit is contained in:
parent
40df03439c
commit
0af85de22d
13 changed files with 61 additions and 39 deletions
|
|
@ -26,6 +26,7 @@ namespace Util{
|
|||
JSON::Value getStreamConfig(const std::string &streamname);
|
||||
JSON::Value getGlobalConfig(const std::string &optionName);
|
||||
JSON::Value getInputBySource(const std::string &filename, bool isProvider = false);
|
||||
void sendUDPApi(JSON::Value & cmd);
|
||||
uint8_t getStreamStatus(const std::string &streamname);
|
||||
uint8_t getStreamStatusPercentage(const std::string &streamname);
|
||||
bool checkException(const JSON::Value &ex, const std::string &useragent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue