Fix TSStream standard input dropping packets
This commit is contained in:
parent
ae2e67e1bb
commit
b73ee01388
1 changed files with 3 additions and 1 deletions
|
@ -433,7 +433,9 @@ namespace Mist {
|
||||||
lock.post();
|
lock.post();
|
||||||
threadCheckTimer = Util::bootSecs();
|
threadCheckTimer = Util::bootSecs();
|
||||||
}
|
}
|
||||||
Util::sleep(100);
|
if (pushing){
|
||||||
|
Util::sleep(100);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
finish();
|
finish();
|
||||||
INFO_MSG("Input for stream %s closing clean", streamName.c_str());
|
INFO_MSG("Input for stream %s closing clean", streamName.c_str());
|
||||||
|
|
Loading…
Add table
Reference in a new issue