disable rtsp_server

pull/3122/head
Isaac Connor 2021-01-07 15:13:02 -05:00
parent ebe3a9b6a7
commit 497b91f7c6
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