disable rtsp_server

This commit is contained in:
Isaac Connor 2021-01-07 15:13:02 -05:00
parent c70e2ccfc2
commit 81d6f8c1ee
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,7 @@ int main(int argc, char *argv[]) {
analysis_threads[i] = NULL;
}
#if HAVE_RTSP_SERVER
#if 0
if ( rtsp_server_threads ) {
for ( int i = 0; i < n_monitors; i++ ) {
rtsp_server_threads[i] = new RTSPServerThread(monitors[i]);
@ -314,6 +315,7 @@ int main(int argc, char *argv[]) {
rtsp_server_threads[i]->start();
}
}
#endif
#endif
} // end foreach monitor