Fix SRT input
This commit is contained in:
parent
d2d12bc908
commit
7aa105748f
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ namespace Mist{
|
|||
Util::logExitReason("buffer requested shutdown");
|
||||
break;
|
||||
}
|
||||
if (!bufferActive()){
|
||||
if (isSingular() && !bufferActive()){
|
||||
Util::logExitReason("Buffer shut down");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue