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
|
@ -126,6 +126,8 @@ namespace Mist {
|
|||
capa["always_match"].append("ts-exec:*");
|
||||
capa["always_match"].append("http://*.ts");
|
||||
capa["always_match"].append("http-ts://*");
|
||||
capa["incoming_push_url"] = "udp://$host:$port";
|
||||
capa["incoming_push_url_match"] = "tsudp://*";
|
||||
capa["priority"] = 9ll;
|
||||
capa["codecs"][0u][0u].append("H264");
|
||||
capa["codecs"][0u][0u].append("HEVC");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue