Updated capa with better protocol descriptions (Pro outputs)

This commit is contained in:
Thulinma 2018-12-13 13:13:45 +01:00
parent 2861102483
commit 05d0c1cfe2
8 changed files with 17 additions and 6 deletions

View file

@ -56,7 +56,8 @@ namespace Mist {
void OutDTSC::init(Util::Config * cfg){
Output::init(cfg);
capa["name"] = "DTSC";
capa["desc"] = "Enables the DTSC protocol for efficient inter-server stream exchange.";
capa["friendly"] = "DTSC";
capa["desc"] = "Real time streaming over DTSC (MistServer proprietary protocol, for efficient inter-server streaming)";
capa["deps"] = "";
capa["codecs"][0u][0u].append("+*");
cfg->addConnectorOptions(4200, capa);