Fixes timeout on slow loading VOD input
This commit is contained in:
parent
ae9aadc0b1
commit
393fa9e403
2 changed files with 3 additions and 2 deletions
|
@ -1482,6 +1482,7 @@ namespace Mist{
|
|||
for (size_t i = 0; i < keyNum; ++i){partNo += keys.getParts(i);}
|
||||
DTSC::Parts parts(M.parts(idx));
|
||||
while (thisPacket && thisTime < stopTime){
|
||||
if (connectedUsers){activityCounter = Util::bootSecs();}
|
||||
if (thisTime >= lastBuffered){
|
||||
if (sourceIdx != idx){
|
||||
if (encryption.find(":") != std::string::npos || M.getEncryption(idx).find(":") != std::string::npos){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue