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");
|
Util::logExitReason("buffer requested shutdown");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!bufferActive()){
|
if (isSingular() && !bufferActive()){
|
||||||
Util::logExitReason("Buffer shut down");
|
Util::logExitReason("Buffer shut down");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue