Update input codec capabilities to be more consistent/accurate, and more easily automatically parsed

This commit is contained in:
Thulinma 2022-10-06 16:23:29 +02:00
parent 1a4a526a11
commit 7098f8430b
19 changed files with 108 additions and 116 deletions

View file

@ -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;