Fixed TS SRT input not closing the connection when stopping for internal reasons rather than external reasons

This commit is contained in:
Thulinma 2022-06-30 14:04:34 +02:00
parent 5bdd4a416e
commit fffe98804c

View file

@ -241,6 +241,7 @@ namespace Mist{
}
// If we are here: we have a proper connection (either accepted or pull input) and should start parsing it as such
Input::streamMainLoop();
srtConn.close();
}
bool inputTSSRT::needsLock(){return false;}