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:
Cameron Gutman
2024-11-06 22:57:27 -06:00
committed by GitHub
parent 738a079eb6
commit 54ddf37584
2 changed files with 2 additions and 5 deletions

View File

@@ -588,10 +588,6 @@ namespace rtsp_stream {
i++;
}
}
if (all && !ios.stopped()) {
ios.stop();
}
}
/**