Improved track selection logic for JSON output
This commit is contained in:
parent
3eb87bda47
commit
b352b17de8
5 changed files with 35 additions and 43 deletions
|
@ -65,7 +65,7 @@ namespace Mist {
|
|||
capa["name"] = "DTSC";
|
||||
capa["desc"] = "Enables the DTSC protocol for efficient inter-server stream exchange.";
|
||||
capa["deps"] = "";
|
||||
capa["codecs"][0u][0u].append("*");
|
||||
capa["codecs"][0u][0u].append("+*");
|
||||
cfg->addConnectorOptions(4200, capa);
|
||||
config = cfg;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue