Fixed TS SRT input not closing the connection when stopping for internal reasons rather than external reasons
This commit is contained in:
parent
5bdd4a416e
commit
fffe98804c
1 changed files with 1 additions and 0 deletions
|
@ -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;}
|
||||
|
|
Loading…
Add table
Reference in a new issue