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,8 +433,10 @@ namespace Mist {
|
|||
lock.post();
|
||||
threadCheckTimer = Util::bootSecs();
|
||||
}
|
||||
if (pushing){
|
||||
Util::sleep(100);
|
||||
}
|
||||
}
|
||||
finish();
|
||||
INFO_MSG("Input for stream %s closing clean", streamName.c_str());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue