Updated capa with better protocol descriptions (Pro outputs)
This commit is contained in:
parent
2861102483
commit
05d0c1cfe2
8 changed files with 17 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue