Merge branch 'development' into LTS_development
This commit is contained in:
commit
b400ae20c0
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace Mist {
|
||||||
capa["codecs"][0u][2u].append("*");
|
capa["codecs"][0u][2u].append("*");
|
||||||
isBuffer = true;
|
isBuffer = true;
|
||||||
singleton = this;
|
singleton = this;
|
||||||
bufferTime = 0;
|
bufferTime = 50000;
|
||||||
cutTime = 0;
|
cutTime = 0;
|
||||||
segmentSize = 5000;
|
segmentSize = 5000;
|
||||||
}
|
}
|
||||||
|
@ -685,6 +685,7 @@ namespace Mist {
|
||||||
tmpNum = config->getOption("bufferTime").asInt();
|
tmpNum = config->getOption("bufferTime").asInt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (tmpNum < 1000){tmpNum = 1000;}
|
||||||
//if the new value is different, print a message and apply it
|
//if the new value is different, print a message and apply it
|
||||||
if (bufferTime != tmpNum){
|
if (bufferTime != tmpNum){
|
||||||
DEBUG_MSG(DLVL_DEVEL, "Setting bufferTime from %u to new value of %lli", bufferTime, tmpNum);
|
DEBUG_MSG(DLVL_DEVEL, "Setting bufferTime from %u to new value of %lli", bufferTime, tmpNum);
|
||||||
|
|
Loading…
Add table
Reference in a new issue