fix(rtsp): fix RTSP timeout after quitting an app (#3376)
* fix(rtsp): fix RTSP timeout after quitting an app * fix(process): ignore failures when terminating the process group
This commit is contained in:
@@ -588,10 +588,6 @@ namespace rtsp_stream {
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
if (all && !ios.stopped()) {
|
||||
ios.stop();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user