Update input codec capabilities to be more consistent/accurate, and more easily automatically parsed
This commit is contained in:
parent
1a4a526a11
commit
7098f8430b
19 changed files with 108 additions and 116 deletions
|
@ -129,9 +129,6 @@ namespace Mist{
|
|||
"live media data. The push://[host][@password] style source allows all enabled protocols "
|
||||
"that support push input to accept a push into MistServer, where you can accept incoming "
|
||||
"streams from everyone, based on a set password, and/or use hostname/IP whitelisting.";
|
||||
capa["codecs"][0u][0u].append("*");
|
||||
capa["codecs"][0u][1u].append("*");
|
||||
capa["codecs"][0u][2u].append("*");
|
||||
bufferTime = 50000;
|
||||
cutTime = 0;
|
||||
segmentSize = 1900;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue