Added always-on option to DTSC pull input
This commit is contained in:
parent
eac05f7ba3
commit
22ddae4670
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ namespace Mist {
|
|||
capa["priority"] = 9;
|
||||
capa["source_match"].append("/*.dtsc");
|
||||
capa["source_match"].append("dtsc://*");
|
||||
capa["always_match"].append("dtsc://*");//can be said to always-on mode
|
||||
capa["source_file"] = "$source";
|
||||
capa["codecs"][0u][0u].append("H264");
|
||||
capa["codecs"][0u][0u].append("H263");
|
||||
|
|
Loading…
Add table
Reference in a new issue