Fix SRT input

This commit is contained in:
Thulinma 2022-02-28 15:21:49 +01:00
parent d2d12bc908
commit 7aa105748f

View file

@ -804,7 +804,7 @@ namespace Mist{
Util::logExitReason("buffer requested shutdown");
break;
}
if (!bufferActive()){
if (isSingular() && !bufferActive()){
Util::logExitReason("Buffer shut down");
return;
}